-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
39 lines (38 loc) · 1.22 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
# Generated by roxygen2: do not edit by hand
export(glue_initials)
export(iSEEinit)
export(iSEEmarker)
export(iSEEnrich)
export(view_initial_network)
export(view_initial_tiles)
importClassesFrom(iSEE,ColumnDataPlot)
importClassesFrom(iSEE,ComplexHeatmapPlot)
importClassesFrom(iSEE,FeatureAssayPlot)
importClassesFrom(iSEE,ReducedDimensionPlot)
importClassesFrom(iSEE,RowDataTable)
importClassesFrom(iSEEu,MarkdownBoard)
importFrom(BiocBaseUtils,isCharacter)
importFrom(BiocBaseUtils,isScalarCharacter)
importFrom(BiocBaseUtils,isTRUEorFALSE)
importFrom(SingleCellExperiment,reducedDimNames)
importFrom(SummarizedExperiment,colData)
importFrom(ggplot2,aes)
importFrom(ggplot2,geom_tile)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,scale_fill_manual)
importFrom(ggplot2,scale_y_discrete)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_void)
importFrom(iSEEu,createGeneSetCommands)
importFrom(iSEEu,registerFeatureSetCommands)
importFrom(igraph,"V<-")
importFrom(igraph,V)
importFrom(igraph,graph.empty)
importFrom(igraph,graph_from_data_frame)
importFrom(methods,is)
importFrom(methods,new)
importFrom(rlang,.data)
importFrom(stats,na.omit)
importFrom(visNetwork,toVisNetworkData)
importFrom(visNetwork,visEdges)
importFrom(visNetwork,visNetwork)