generated from kevinrue/MyBioconductorPackage
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
35 lines (34 loc) · 1.08 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
# Generated by roxygen2: do not edit by hand
export(ReducedDimensionHexPlot)
exportClasses(ReducedDimensionHexPlot)
exportMethods(.allowableColorByDataChoices)
exportMethods(.createObservers)
exportMethods(.definePanelTour)
exportMethods(.defineVisualOtherInterface)
exportMethods(.defineVisualShapeInterface)
exportMethods(.defineVisualSizeInterface)
exportMethods(.fullName)
exportMethods(.generateDotPlot)
exportMethods(.getDotPlotColorHelp)
exportMethods(.hideInterface)
exportMethods(.panelColor)
exportMethods(initialize)
import(SummarizedExperiment)
import(iSEE)
import(methods)
importClassesFrom(iSEE,ReducedDimensionPlot)
importFrom(ggplot2,coord_cartesian)
importFrom(ggplot2,geom_hex)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,stat_summary_hex)
importFrom(hexbin,hexcoords)
importFrom(iSEE,.addFacets)
importFrom(iSEE,.buildAes)
importFrom(iSEE,.buildLabs)
importFrom(iSEE,.emptyDefault)
importFrom(methods,callNextMethod)
importFrom(methods,new)
importFrom(shiny,tagList)
importMethodsFrom(iSEE,.fullName)
importMethodsFrom(iSEE,.generateDotPlot)
importMethodsFrom(iSEE,.panelColor)