-
Notifications
You must be signed in to change notification settings - Fork 21
/
NAMESPACE
63 lines (62 loc) · 1.62 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
# Generated by roxygen2: do not edit by hand
export(addFeatData)
export(addPhenoData)
export(aggFeatures)
export(aggregationTabUI)
export(calculatePCAs)
export(computeDistMat)
export(corrAnalysisUI)
export(corrFeature)
export(corrPhenotype)
export(dataInputUI)
export(diffAnalysisUI)
export(extendPhenoData)
export(featureAnalysisUI)
export(featureTableUI)
export(filterByPheno)
export(filterMEData)
export(interAnalysisUI)
export(intraAnalysisUI)
export(longAnalysisUI)
export(makeQCPlot)
export(normalizeData)
export(phenotypeTableUI)
export(plotAbundance)
export(plotAlpha)
export(plotAvgAbundance)
export(plotBeta)
export(plotHeatmap)
export(plotLongFeature)
export(plotSingleFeature)
export(plotlyHistogram)
export(plotlySampleBarplot)
export(readData)
export(replaceWithUnknown)
export(reportListUI)
export(rollDownFeatures)
export(runDiffTest)
export(runMicrobiomeExplorer)
import(metagenomeSeq)
import(shiny)
import(shinydashboard)
importFrom(Biobase,"fData<-")
importFrom(Biobase,"featureData<-")
importFrom(Biobase,"pData<-")
importFrom(Biobase,"phenoData<-")
importFrom(Biobase,fData)
importFrom(Biobase,pData)
importFrom(magrittr,"%>%")
importFrom(metagenomeSeq,"normFactors<-")
importFrom(metagenomeSeq,MRcounts)
importFrom(metagenomeSeq,MRtable)
importFrom(metagenomeSeq,aggTax)
importFrom(metagenomeSeq,biom2MRexperiment)
importFrom(metagenomeSeq,cumNorm)
importFrom(metagenomeSeq,cumNormStatFast)
importFrom(metagenomeSeq,fitFeatureModel)
importFrom(metagenomeSeq,loadMeta)
importFrom(metagenomeSeq,loadPhenoData)
importFrom(metagenomeSeq,newMRexperiment)
importFrom(metagenomeSeq,normFactors)
importFrom(methods,is)
importFrom(rlang,":=")