forked from microbiome/iSEEtree
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
68 lines (67 loc) · 2.25 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
# Generated by roxygen2: do not edit by hand
export(AbundanceDensityPlot)
export(AbundancePlot)
export(RDAPlot)
export(RowTreePlot)
export(iSEE)
exportClasses(AbundanceDensityPlot)
exportClasses(AbundancePlot)
exportClasses(RDAPlot)
exportClasses(RowTreePlot)
exportMethods(iSEE)
importFrom(S4Vectors,isEmpty)
importFrom(S4Vectors,setValidity2)
importFrom(SingleCellExperiment,reducedDimNames)
importFrom(SingleCellExperiment,reducedDims)
importFrom(SummarizedExperiment,assayNames)
importFrom(SummarizedExperiment,colData)
importFrom(SummarizedExperiment,rowData)
importFrom(TreeSummarizedExperiment,TreeSummarizedExperiment)
importFrom(TreeSummarizedExperiment,rowLinks)
importFrom(TreeSummarizedExperiment,rowTreeNames)
importFrom(grDevices,dev.off)
importFrom(grDevices,pdf)
importFrom(grDevices,rainbow)
importFrom(iSEE,.addSpecificTour)
importFrom(iSEE,.addTourStep)
importFrom(iSEE,.checkboxGroupInput.iSEE)
importFrom(iSEE,.checkboxInput.iSEE)
importFrom(iSEE,.conditionalOnCheckGroup)
importFrom(iSEE,.conditionalOnCheckSolo)
importFrom(iSEE,.conditionalOnRadio)
importFrom(iSEE,.createProtectedParameterObservers)
importFrom(iSEE,.createUnprotectedParameterObservers)
importFrom(iSEE,.emptyDefault)
importFrom(iSEE,.getEncodedName)
importFrom(iSEE,.getPanelColor)
importFrom(iSEE,.numericInput.iSEE)
importFrom(iSEE,.processMultiSelections)
importFrom(iSEE,.radioButtons.iSEE)
importFrom(iSEE,.retrieveOutput)
importFrom(iSEE,.selectInput.iSEE)
importFrom(iSEE,.singleStringError)
importFrom(iSEE,.sliderInput.iSEE)
importFrom(iSEE,.textEval)
importFrom(iSEE,.validLogicalError)
importFrom(iSEE,.validNumberError)
importFrom(iSEE,ColumnDataTable)
importFrom(iSEE,ComplexHeatmapPlot)
importFrom(iSEE,ExperimentColorMap)
importFrom(iSEE,ReducedDimensionPlot)
importFrom(iSEE,RowDataTable)
importFrom(iSEE,collapseBox)
importFrom(iSEE,createLandingPage)
importFrom(methods,callNextMethod)
importFrom(methods,is)
importFrom(methods,new)
importFrom(methods,slot)
importFrom(mia,taxonomyRanks)
importFrom(miaViz,plotRowTree)
importFrom(shiny,plotOutput)
importFrom(shiny,renderPlot)
importFrom(shinyWidgets,addSpinner)
importFrom(utils,stack)
importMethodsFrom(iSEE,.exportOutput)
importMethodsFrom(iSEE,.generateOutput)
importMethodsFrom(iSEE,.panelColor)
importMethodsFrom(iSEE,.renderOutput)