-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathNAMESPACE
59 lines (58 loc) · 1.87 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
# Generated by roxygen2: do not edit by hand
export(miaDash)
importFrom(S4Vectors,DataFrame)
importFrom(S4Vectors,isEmpty)
importFrom(SingleCellExperiment,reducedDims)
importFrom(SummarizedExperiment,assay)
importFrom(SummarizedExperiment,assayNames)
importFrom(SummarizedExperiment,colData)
importFrom(SummarizedExperiment,rowData)
importFrom(TreeSummarizedExperiment,TreeSummarizedExperiment)
importFrom(TreeSummarizedExperiment,colLinks)
importFrom(TreeSummarizedExperiment,rowLinks)
importFrom(TreeSummarizedExperiment,rowTree)
importFrom(ape,read.tree)
importFrom(biomformat,read_biom)
importFrom(htmltools,HTML)
importFrom(htmltools,br)
importFrom(htmltools,div)
importFrom(htmltools,tagList)
importFrom(htmltools,tags)
importFrom(iSEE,ColumnDataTable)
importFrom(iSEE,ComplexHeatmapPlot)
importFrom(iSEE,ReducedDimensionPlot)
importFrom(iSEE,RowDataTable)
importFrom(iSEE,iSEE)
importFrom(iSEEtree,AbundanceDensityPlot)
importFrom(iSEEtree,AbundancePlot)
importFrom(iSEEtree,ColumnTreePlot)
importFrom(iSEEtree,LoadingPlot)
importFrom(iSEEtree,RDAPlot)
importFrom(iSEEtree,RowTreePlot)
importFrom(methods,is)
importFrom(mia,addAlpha)
importFrom(mia,agglomerateByRank)
importFrom(mia,convertFromBIOM)
importFrom(mia,getDissimilarity)
importFrom(mia,importMetaPhlAn)
importFrom(mia,runNMDS)
importFrom(mia,runRDA)
importFrom(mia,subsetByPrevalent)
importFrom(mia,subsetByRare)
importFrom(mia,taxonomyRanks)
importFrom(mia,transformAssay)
importFrom(rintrojs,introjs)
importFrom(scater,runMDS)
importFrom(scater,runPCA)
importFrom(shinydashboard,box)
importFrom(shinydashboard,dashboardBody)
importFrom(shinydashboard,dashboardHeader)
importFrom(shinydashboard,dashboardPage)
importFrom(shinydashboard,dashboardSidebar)
importFrom(shinyjs,disable)
importFrom(shinyjs,enable)
importFrom(stats,as.formula)
importFrom(utils,data)
importFrom(utils,packageVersion)
importFrom(utils,read.csv)
importFrom(vegan,vegdist)