-
Notifications
You must be signed in to change notification settings - Fork 31
/
NAMESPACE
163 lines (162 loc) · 3.96 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
# Generated by roxygen2: do not edit by hand
export(.readDataTable)
export(AddErrMsg)
export(ApplyAbundanceFilter)
export(ApplyAbundanceFilterMeta)
export(ApplyMetaboFilter)
export(ApplyVarianceFilter)
export(ApplyVarianceFilterMeta)
export(CalculateHyperScore)
export(CheckMetaDataIntegrity)
export(CompareSummaryStats)
export(CoreMicrobeAnalysis)
export(CreateFooter)
export(CreateMDPRnwReport)
export(CreatePhyloseqObj)
export(CreatePhyloseqObjMeta)
export(CreateRHistAppendix)
export(CreateSDPRnwReport)
export(CrossReferencing)
export(FeatureCorrelation)
export(GenerateTemplates)
export(GetColorSchema)
export(GetDataForPie)
export(GetErrMsg)
export(GetFinalNameMap)
export(GetGeneListStat)
export(GetMapTable)
export(GetORATable)
export(GetRFConf.Table)
export(GetSeriesColors)
export(GetSigTable.Corr)
export(GetSigTable.LEFSE)
export(GetSigTable.METAGENOSEQ)
export(GetSigTable.RNASeq)
export(GetSigTable.UNIVAR)
export(Init.DataMeta)
export(Init.mbSetObj)
export(Match.Pattern)
export(MergeDatasets)
export(PCoA3D.Anal)
export(PCoA3DAnal.16SRef)
export(Perform16FunAnot_mem)
export(PerformAlphaDiversityComp)
export(PerformBatchCorrection)
export(PerformBetaDiversity)
export(PerformCategoryComp)
export(PerformDEAnalyse)
export(PerformKOEnrichAnalysis_KO01100)
export(PerformKOProjection)
export(PerformKOmapping)
export(PerformLefseAnal)
export(PerformMantelTest)
export(PerformMetaEffectSize)
export(PerformMetaboNormalization)
export(PerformMetagenomeSeqAnal)
export(PerformNetworkCorrelation)
export(PerformNormalization)
export(PerformNormalizationMeta)
export(PerformPartialCorr)
export(PerformRNAseqDE)
export(PerformRarefaction)
export(PerformRefDataMapping)
export(PerformUnivarTest)
export(PlotAlphaBoxData)
export(PlotAlphaData)
export(PlotBetaSummary)
export(PlotBoxData)
export(PlotBoxDataCorr)
export(PlotCorr)
export(PlotDataPieFromPie)
export(PlotEnrichNet.Overview)
export(PlotFunAnotSummary)
export(PlotFunctionStack)
export(PlotGroupPieGraph)
export(PlotHeatmap)
export(PlotImpVarLEfSe)
export(PlotLEfSeSummary)
export(PlotLibSizeView)
export(PlotMetaDensity)
export(PlotMetaPCA)
export(PlotOverallPieGraph)
export(PlotPCAView)
export(PlotPhylogeneticTree)
export(PlotPiechart)
export(PlotRF.Classify)
export(PlotRF.VIP)
export(PlotRareCurve)
export(PlotRarefactionCurve)
export(PlotSampleTaxaAundanceBar)
export(PlotSelectedSample)
export(PlotTaxaAbundanceArea)
export(PlotTaxaAbundanceBarSamGrp)
export(PlotTaxaAundanceBar)
export(PlotTreeGraph)
export(PlotUsrRefPCoA3DScore)
export(PrepareEnrichNet)
export(PrepareHeatTreePlot)
export(PrepareHeatTreePlotDataParse_cmf)
export(PrepareHeatTreePlotDataParse_cmf_diff_table)
export(PrepareHeatTreePlotDataParse_cmf_plot)
export(PrepareMergedData)
export(PreparePCA4Shotgun)
export(PreparePDFReport)
export(PrepareQueryJson)
export(RF.Anal)
export(Read16SAbundData)
export(Read16SAbundDataMeta)
export(Read16SBiomData)
export(Read16STabData)
export(Read16STaxaTable)
export(Read16STaxaTableMeta)
export(ReadMetabolicTable)
export(ReadMothurData)
export(ReadSampleTable)
export(ReadSampleTableMeta)
export(ReadSampleTableMetaInd)
export(ReadShotgunBiomData)
export(ReadShotgunTabData)
export(ReadTreeFile)
export(RunFastSpar)
export(SanityCheckData)
export(SanityCheckDataMeta)
export(SanityCheckMetData)
export(SanityCheckSampleData)
export(SanityCheckSampleDataMeta)
export(SavePiechartImg)
export(SetDataTypeOfMeta)
export(SetMetaAttributes)
export(SetModuleType)
export(SetTaxonSetLib)
export(Setup.MapData)
export(UpdateConfItems)
export(UpdateListInput)
export(UpdatePieData)
export(UpdateSampleItems)
import(DESeq2)
import(MASS)
import(RColorBrewer)
import(Tax4Fun)
import(ape)
import(biomformat)
import(data.table)
import(edgeR)
import(genefilter)
import(ggfortify)
import(ggplot2)
import(grid)
import(gridExtra)
import(igraph)
import(metacoder)
import(metagenomeSeq)
import(pheatmap)
import(phyloseq)
import(ppcor)
import(randomForest)
import(reshape)
import(stringr)
import(taxa)
import(vegan)
import(viridis)
import(xtable)
importFrom(grDevices,colorRampPalette)