-
Notifications
You must be signed in to change notification settings - Fork 36
/
Copy pathNAMESPACE
58 lines (57 loc) · 1.43 KB
/
NAMESPACE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
# Generated by roxygen2: do not edit by hand
S3method(print,SoupChannel)
export(SoupChannel)
export(adjustCounts)
export(autoEstCont)
export(calculateContaminationFraction)
export(estimateNonExpressingCells)
export(estimateSoup)
export(load10X)
export(plotChangeMap)
export(plotMarkerDistribution)
export(plotMarkerMap)
export(quickMarkers)
export(setClusters)
export(setContaminationFraction)
export(setDR)
export(setSoupProfile)
import(ggplot2)
importFrom(Matrix,Matrix)
importFrom(Matrix,colSums)
importFrom(Matrix,rowSums)
importFrom(Matrix,sparseMatrix)
importFrom(Matrix,t)
importFrom(Seurat,Read10X)
importFrom(grDevices,rainbow)
importFrom(graphics,abline)
importFrom(graphics,legend)
importFrom(graphics,lines)
importFrom(graphics,plot)
importFrom(methods,as)
importFrom(methods,is)
importFrom(stats,approx)
importFrom(stats,coef)
importFrom(stats,confint)
importFrom(stats,dgamma)
importFrom(stats,dpois)
importFrom(stats,glm)
importFrom(stats,lowess)
importFrom(stats,optimise)
importFrom(stats,p.adjust)
importFrom(stats,pbinom)
importFrom(stats,pchisq)
importFrom(stats,phyper)
importFrom(stats,poisson)
importFrom(stats,ppois)
importFrom(stats,qbeta)
importFrom(stats,qgamma)
importFrom(stats,quantile)
importFrom(stats,rbinom)
importFrom(stats,setNames)
importFrom(stats,spline)
importFrom(utils,data)
importFrom(utils,head)
importFrom(utils,read.csv)
importFrom(utils,read.delim)
importFrom(utils,setTxtProgressBar)
importFrom(utils,txtProgressBar)