-
Notifications
You must be signed in to change notification settings - Fork 57
/
NAMESPACE
166 lines (165 loc) · 4.59 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
# Generated by roxygen2: do not edit by hand
S3method(BASiCSEstimate,SingleCellExperiment)
S3method(BASiCSEstimate,matrix)
S3method(kersplatEstimate,SingleCellExperiment)
S3method(kersplatEstimate,matrix)
S3method(lun2Estimate,SingleCellExperiment)
S3method(lun2Estimate,matrix)
S3method(lunEstimate,SingleCellExperiment)
S3method(lunEstimate,matrix)
S3method(mfaEstimate,SingleCellExperiment)
S3method(mfaEstimate,matrix)
S3method(phenoEstimate,SingleCellExperiment)
S3method(phenoEstimate,matrix)
S3method(scDDEstimate,SingleCellExperiment)
S3method(scDDEstimate,default)
S3method(scDDEstimate,matrix)
S3method(simpleEstimate,SingleCellExperiment)
S3method(simpleEstimate,matrix)
S3method(sparseDCEstimate,SingleCellExperiment)
S3method(sparseDCEstimate,matrix)
S3method(splatEstimate,SingleCellExperiment)
S3method(splatEstimate,matrix)
S3method(zinbEstimate,SingleCellExperiment)
S3method(zinbEstimate,matrix)
export(BASiCSEstimate)
export(BASiCSSimulate)
export(addGeneLengths)
export(compareSCEs)
export(diffSCEs)
export(getParam)
export(getParams)
export(kersplatEstimate)
export(kersplatSample)
export(kersplatSetup)
export(kersplatSimulate)
export(listSims)
export(lun2Estimate)
export(lun2Simulate)
export(lunEstimate)
export(lunSimulate)
export(makeCompPanel)
export(makeDiffPanel)
export(makeOverallPanel)
export(mfaEstimate)
export(mfaSimulate)
export(minimiseSCE)
export(mockBulkMatrix)
export(mockBulkeQTL)
export(mockEmpiricalSet)
export(mockGFF)
export(mockVCF)
export(newBASiCSParams)
export(newKersplatParams)
export(newLun2Params)
export(newLunParams)
export(newMFAParams)
export(newPhenoParams)
export(newSCDDParams)
export(newSimpleParams)
export(newSparseDCParams)
export(newSplatParams)
export(newSplatPopParams)
export(newZINBParams)
export(phenoEstimate)
export(phenoSimulate)
export(scDDEstimate)
export(scDDSimulate)
export(setParam)
export(setParams)
export(simpleEstimate)
export(simpleSimulate)
export(sparseDCEstimate)
export(sparseDCSimulate)
export(splatEstimate)
export(splatPopEstimate)
export(splatPopParseEmpirical)
export(splatPopQuantNorm)
export(splatPopSimulate)
export(splatPopSimulateMeans)
export(splatPopSimulateSC)
export(splatSimulate)
export(splatSimulateGroups)
export(splatSimulatePaths)
export(splatSimulateSingle)
export(summariseDiff)
export(zinbEstimate)
export(zinbSimulate)
exportClasses(BASiCSParams)
exportClasses(KersplatParams)
exportClasses(Lun2Params)
exportClasses(LunParams)
exportClasses(MFAParams)
exportClasses(PhenoParams)
exportClasses(SCDDParams)
exportClasses(SimpleParams)
exportClasses(SparseDCParams)
exportClasses(SplatParams)
exportClasses(SplatPopParams)
exportClasses(ZINBParams)
importFrom(BiocParallel,SerialParam)
importFrom(BiocParallel,bplapply)
importFrom(S4Vectors,"metadata<-")
importFrom(S4Vectors,metadata)
importFrom(SingleCellExperiment,"cpm<-")
importFrom(SingleCellExperiment,SingleCellExperiment)
importFrom(SingleCellExperiment,cbind)
importFrom(SingleCellExperiment,cpm)
importFrom(SummarizedExperiment,"assays<-")
importFrom(SummarizedExperiment,"colData<-")
importFrom(SummarizedExperiment,"rowData<-")
importFrom(SummarizedExperiment,assays)
importFrom(SummarizedExperiment,colData)
importFrom(SummarizedExperiment,rowData)
importFrom(checkmate,checkCharacter)
importFrom(checkmate,checkClass)
importFrom(checkmate,checkDataFrame)
importFrom(checkmate,checkFactor)
importFrom(checkmate,checkFlag)
importFrom(checkmate,checkInt)
importFrom(checkmate,checkIntegerish)
importFrom(checkmate,checkLogical)
importFrom(checkmate,checkNumber)
importFrom(checkmate,checkNumeric)
importFrom(grDevices,boxplot.stats)
importFrom(locfit,locfit)
importFrom(matrixStats,rowMedians)
importFrom(methods,"slot<-")
importFrom(methods,as)
importFrom(methods,callNextMethod)
importFrom(methods,is)
importFrom(methods,new)
importFrom(methods,show)
importFrom(methods,slot)
importFrom(methods,slotNames)
importFrom(methods,validObject)
importFrom(rlang,.data)
importFrom(stats,aggregate)
importFrom(stats,approxfun)
importFrom(stats,complete.cases)
importFrom(stats,cor)
importFrom(stats,dbeta)
importFrom(stats,density)
importFrom(stats,dnbinom)
importFrom(stats,ks.test)
importFrom(stats,median)
importFrom(stats,model.matrix)
importFrom(stats,na.omit)
importFrom(stats,nls)
importFrom(stats,quantile)
importFrom(stats,rbinom)
importFrom(stats,rchisq)
importFrom(stats,rgamma)
importFrom(stats,rlnorm)
importFrom(stats,rnbinom)
importFrom(stats,rnorm)
importFrom(stats,rpois)
importFrom(stats,runif)
importFrom(stats,sd)
importFrom(stats,setNames)
importFrom(stats,shapiro.test)
importFrom(utils,askYesNo)
importFrom(utils,data)
importFrom(utils,head)
importFrom(utils,install.packages)
importFrom(utils,object.size)