-
Notifications
You must be signed in to change notification settings - Fork 21
/
NAMESPACE
321 lines (320 loc) · 10.5 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
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
# Generated by roxygen2: do not edit by hand
export("counts<-")
export(alphaSummary)
export(as.DESeqDataSet)
export(as.DESeqTransform)
export(as.DGEList)
export(bcbioRNASeq)
export(bcbioRnaSeqTestsUrl)
export(camel)
export(counts)
export(loadRemoteData)
export(plot5Prime3PrimeBias)
export(plotCorrelationHeatmap)
export(plotCountDensity)
export(plotCounts)
export(plotCountsPerBiotype)
export(plotCountsPerBroadClass)
export(plotCountsPerFeature)
export(plotCountsPerGene)
export(plotDEGHeatmap)
export(plotDegHeatmap)
export(plotDispEsts)
export(plotExonicMappingRate)
export(plotFeatureSaturation)
export(plotFeaturesDetected)
export(plotGenderMarkers)
export(plotGeneSaturation)
export(plotGenesDetected)
export(plotHeatmap)
export(plotIntronicMappingRate)
export(plotMA)
export(plotMappedReads)
export(plotMappingRate)
export(plotMeanAverage)
export(plotMeanSD)
export(plotMeanSd)
export(plotPCA)
export(plotPCACovariates)
export(plotPca)
export(plotPcaCovariates)
export(plotPseudoVsAlignedCounts)
export(plotQC)
export(plotQc)
export(plotQuantileHeatmap)
export(plotRRNAMappingRate)
export(plotRrnaMappingRate)
export(plotTotalReads)
export(prepareRNASeqTemplate)
export(relativeLogExpression)
export(saveData)
export(show)
export(slotAlignedCounts)
export(tmm)
export(topTables)
export(updateObject)
export(writeCounts)
exportClasses(bcbioRNASeq)
exportMethods("[")
exportMethods(as.DESeqDataSet)
exportMethods(as.DESeqTransform)
exportMethods(as.DGEList)
exportMethods(coerce)
exportMethods(counts)
exportMethods(plot5Prime3PrimeBias)
exportMethods(plotCorrelationHeatmap)
exportMethods(plotCounts)
exportMethods(plotCountsPerBiotype)
exportMethods(plotCountsPerBroadClass)
exportMethods(plotCountsPerFeature)
exportMethods(plotDegHeatmap)
exportMethods(plotDispEsts)
exportMethods(plotExonicMappingRate)
exportMethods(plotFeatureSaturation)
exportMethods(plotGenderMarkers)
exportMethods(plotIntronicMappingRate)
exportMethods(plotMappedReads)
exportMethods(plotMappingRate)
exportMethods(plotMeanSd)
exportMethods(plotPca)
exportMethods(plotPcaCovariates)
exportMethods(plotPseudoVsAlignedCounts)
exportMethods(plotQc)
exportMethods(plotRrnaMappingRate)
exportMethods(plotTotalReads)
exportMethods(relativeLogExpression)
exportMethods(show)
exportMethods(slotAlignedCounts)
exportMethods(tmm)
exportMethods(updateObject)
importClassesFrom(AcidGenomes,TxToGene)
importClassesFrom(DESeq2,DESeqDataSet)
importClassesFrom(DESeq2,DESeqTransform)
importClassesFrom(IRanges,DFrameList)
importClassesFrom(SummarizedExperiment,RangedSummarizedExperiment)
importClassesFrom(SummarizedExperiment,SummarizedExperiment)
importClassesFrom(edgeR,DGEList)
importFrom(AcidBase,dots)
importFrom(AcidBase,methodFormals)
importFrom(AcidBase,realpath)
importFrom(AcidBase,showSlotInfo)
importFrom(AcidBase,standardizeCall)
importFrom(AcidCLI,abort)
importFrom(AcidCLI,alert)
importFrom(AcidCLI,alertInfo)
importFrom(AcidCLI,alertSuccess)
importFrom(AcidCLI,alertWarning)
importFrom(AcidCLI,dl)
importFrom(AcidCLI,h1)
importFrom(AcidCLI,h2)
importFrom(AcidCLI,h3)
importFrom(AcidCLI,toInlineString)
importFrom(AcidCLI,txt)
importFrom(AcidCLI,ul)
importFrom(AcidExperiment,detectLanes)
importFrom(AcidExperiment,importSampleData)
importFrom(AcidExperiment,makeSummarizedExperiment)
importFrom(AcidExperiment,matchInterestingGroups)
importFrom(AcidGenerics,"interestingGroups<-")
importFrom(AcidGenerics,alphaSummary)
importFrom(AcidGenerics,as.DESeqDataSet)
importFrom(AcidGenerics,as.DESeqTransform)
importFrom(AcidGenerics,as.DGEList)
importFrom(AcidGenerics,camelCase)
importFrom(AcidGenerics,droplevels2)
importFrom(AcidGenerics,encode)
importFrom(AcidGenerics,humanize)
importFrom(AcidGenerics,interestingGroups)
importFrom(AcidGenerics,makeNames)
importFrom(AcidGenerics,mapGenesToRownames)
importFrom(AcidGenerics,markdownTables)
importFrom(AcidGenerics,metrics)
importFrom(AcidGenerics,plot5Prime3PrimeBias)
importFrom(AcidGenerics,plotCorrelationHeatmap)
importFrom(AcidGenerics,plotCounts)
importFrom(AcidGenerics,plotCountsCorrelation)
importFrom(AcidGenerics,plotCountsCorrelationHeatmap)
importFrom(AcidGenerics,plotCountsPerBiotype)
importFrom(AcidGenerics,plotCountsPerBroadClass)
importFrom(AcidGenerics,plotCountsPerFeature)
importFrom(AcidGenerics,plotDegHeatmap)
importFrom(AcidGenerics,plotExonicMappingRate)
importFrom(AcidGenerics,plotFeatureSaturation)
importFrom(AcidGenerics,plotFeaturesDetected)
importFrom(AcidGenerics,plotGenderMarkers)
importFrom(AcidGenerics,plotHeatmap)
importFrom(AcidGenerics,plotIntronicMappingRate)
importFrom(AcidGenerics,plotMappedReads)
importFrom(AcidGenerics,plotMappingRate)
importFrom(AcidGenerics,plotMeanSd)
importFrom(AcidGenerics,plotPca)
importFrom(AcidGenerics,plotPcaCovariates)
importFrom(AcidGenerics,plotPseudoVsAlignedCounts)
importFrom(AcidGenerics,plotQc)
importFrom(AcidGenerics,plotQuantileHeatmap)
importFrom(AcidGenerics,plotRrnaMappingRate)
importFrom(AcidGenerics,plotTotalReads)
importFrom(AcidGenerics,relativeLogExpression)
importFrom(AcidGenerics,sampleData)
importFrom(AcidGenerics,showHeader)
importFrom(AcidGenerics,slotAlignedCounts)
importFrom(AcidGenerics,stripTranscriptVersions)
importFrom(AcidGenerics,tmm)
importFrom(AcidGenomes,TxToGene)
importFrom(AcidGenomes,detectOrganism)
importFrom(AcidGenomes,emptyRanges)
importFrom(AcidGenomes,importTxToGene)
importFrom(AcidGenomes,makeGRangesFromEnsembl)
importFrom(AcidGenomes,makeGRangesFromGff)
importFrom(AcidPlots,.data)
importFrom(AcidPlots,acid_discrete_coord_flip)
importFrom(AcidPlots,acid_geom_abline)
importFrom(AcidPlots,acid_geom_bar)
importFrom(AcidPlots,acid_geom_label_repel)
importFrom(AcidPlots,acid_scale_color_discrete)
importFrom(AcidPlots,acid_scale_fill_discrete)
importFrom(AcidPlots,acid_scale_y_continuous_nopad)
importFrom(AcidPlots,matchLabels)
importFrom(AcidPlots,pretty_breaks)
importFrom(AcidPlots,wrap_plots)
importFrom(BiocGenerics,"counts<-")
importFrom(BiocGenerics,as.data.frame)
importFrom(BiocGenerics,counts)
importFrom(BiocGenerics,do.call)
importFrom(BiocGenerics,estimateSizeFactors)
importFrom(BiocGenerics,plotDispEsts)
importFrom(BiocGenerics,updateObject)
importFrom(BiocGenerics,width)
importFrom(DESeq2,DESeq)
importFrom(DESeq2,DESeqDataSet)
importFrom(DESeq2,fpkm)
importFrom(DESeq2,rlog)
importFrom(DESeq2,varianceStabilizingTransformation)
importFrom(S4Vectors,"mcols<-")
importFrom(S4Vectors,"metadata<-")
importFrom(S4Vectors,DataFrame)
importFrom(S4Vectors,Rle)
importFrom(S4Vectors,SimpleList)
importFrom(S4Vectors,cbind)
importFrom(S4Vectors,droplevels)
importFrom(S4Vectors,getListElement)
importFrom(S4Vectors,head)
importFrom(S4Vectors,lapply)
importFrom(S4Vectors,mcols)
importFrom(S4Vectors,metadata)
importFrom(SummarizedExperiment,"assay<-")
importFrom(SummarizedExperiment,"assayNames<-")
importFrom(SummarizedExperiment,"assays<-")
importFrom(SummarizedExperiment,"colData<-")
importFrom(SummarizedExperiment,SummarizedExperiment)
importFrom(SummarizedExperiment,assay)
importFrom(SummarizedExperiment,assayNames)
importFrom(SummarizedExperiment,assays)
importFrom(SummarizedExperiment,colData)
importFrom(SummarizedExperiment,rowData)
importFrom(SummarizedExperiment,rowRanges)
importFrom(bcbioBase,getGtfFileFromYaml)
importFrom(bcbioBase,getMetricsFromYaml)
importFrom(bcbioBase,getSampleDataFromYaml)
importFrom(bcbioBase,importDataVersions)
importFrom(bcbioBase,importProgramVersions)
importFrom(bcbioBase,projectDir)
importFrom(bcbioBase,runDate)
importFrom(bcbioBase,sampleDirs)
importFrom(edgeR,DGEList)
importFrom(edgeR,calcNormFactors)
importFrom(edgeR,cpm)
importFrom(edgeR,scaleOffset)
importFrom(ggplot2,aes)
importFrom(ggplot2,expand_limits)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_smooth)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggtitle)
importFrom(ggplot2,guides)
importFrom(ggplot2,labs)
importFrom(ggplot2,scale_y_continuous)
importFrom(ggplot2,theme)
importFrom(goalie,allAreMatchingFixed)
importFrom(goalie,areDisjointSets)
importFrom(goalie,areIntersectingSets)
importFrom(goalie,areSetEqual)
importFrom(goalie,assert)
importFrom(goalie,bapply)
importFrom(goalie,hasDimnames)
importFrom(goalie,hasLength)
importFrom(goalie,hasUniqueCols)
importFrom(goalie,hasValidDimnames)
importFrom(goalie,isADir)
importFrom(goalie,isAFile)
importFrom(goalie,isAUrl)
importFrom(goalie,isAny)
importFrom(goalie,isCharacter)
importFrom(goalie,isDir)
importFrom(goalie,isFile)
importFrom(goalie,isFlag)
importFrom(goalie,isGgscale)
importFrom(goalie,isInRange)
importFrom(goalie,isInt)
importFrom(goalie,isNonNegative)
importFrom(goalie,isNumber)
importFrom(goalie,isPositive)
importFrom(goalie,isProportion)
importFrom(goalie,isString)
importFrom(goalie,isSubset)
importFrom(goalie,isTximport)
importFrom(goalie,requireNamespaces)
importFrom(goalie,validNames)
importFrom(goalie,validate)
importFrom(goalie,validateClasses)
importFrom(methods,"as<-")
importFrom(methods,"slot<-")
importFrom(methods,.hasSlot)
importFrom(methods,as)
importFrom(methods,coerce)
importFrom(methods,is)
importFrom(methods,new)
importFrom(methods,setAs)
importFrom(methods,setClass)
importFrom(methods,setMethod)
importFrom(methods,setValidity)
importFrom(methods,show)
importFrom(methods,slot)
importFrom(methods,validObject)
importFrom(pipette,export)
importFrom(pipette,import)
importFrom(pipette,loadRemoteData)
importFrom(pipette,saveData)
importFrom(tximport,tximport)
importFrom(utils,capture.output)
importFrom(utils,packageName)
importFrom(utils,packageVersion)
importFrom(utils,sessionInfo)
importMethodsFrom(AcidBase,showHeader)
importMethodsFrom(AcidExperiment,"interestingGroups<-")
importMethodsFrom(AcidExperiment,droplevels2)
importMethodsFrom(AcidExperiment,humanize)
importMethodsFrom(AcidExperiment,interestingGroups)
importMethodsFrom(AcidExperiment,mapGenesToRownames)
importMethodsFrom(AcidExperiment,metrics)
importMethodsFrom(AcidExperiment,sampleData)
importMethodsFrom(AcidExperiment,stripTranscriptVersions)
importMethodsFrom(AcidGenomes,stripTranscriptVersions)
importMethodsFrom(AcidPlots,plotCorrelationHeatmap)
importMethodsFrom(AcidPlots,plotCountsCorrelation)
importMethodsFrom(AcidPlots,plotCountsCorrelationHeatmap)
importMethodsFrom(AcidPlots,plotCountsPerBiotype)
importMethodsFrom(AcidPlots,plotCountsPerBroadClass)
importMethodsFrom(AcidPlots,plotCountsPerFeature)
importMethodsFrom(AcidPlots,plotFeaturesDetected)
importMethodsFrom(AcidPlots,plotGenderMarkers)
importMethodsFrom(AcidPlots,plotHeatmap)
importMethodsFrom(AcidPlots,plotPca)
importMethodsFrom(AcidPlots,plotQuantileHeatmap)
importMethodsFrom(DESeq2,estimateSizeFactors)
importMethodsFrom(pipette,droplevels2)
importMethodsFrom(pipette,encode)
importMethodsFrom(pipette,export)
importMethodsFrom(pipette,import)
importMethodsFrom(syntactic,camelCase)
importMethodsFrom(syntactic,makeNames)