-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathNAMESPACE
38 lines (37 loc) · 1021 Bytes
/
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
# Generated by roxygen2: do not edit by hand
export(CHETAHclassifier)
export(CHETAHshiny)
export(Classify)
export(ClassifyReference)
export(CorrelateReference)
export(PlotCHETAH)
export(PlotTSNE)
export(PlotTree)
export(RenameBelowNode)
import(ggplot2)
import(shiny)
importFrom(S4Vectors,DataFrame)
importFrom(SummarizedExperiment,assay)
importFrom(SummarizedExperiment,assays)
importFrom(bioDist,spearman.dist)
importFrom(corrplot,corrplot)
importFrom(cowplot,plot_grid)
importFrom(dendextend,color_branches)
importFrom(dendextend,color_labels)
importFrom(gplots,colorpanel)
importFrom(grDevices,rainbow)
importFrom(grDevices,rgb)
importFrom(graphics,text)
importFrom(pheatmap,pheatmap)
importFrom(plotly,event_data)
importFrom(plotly,ggplotly)
importFrom(plotly,plotlyOutput)
importFrom(plotly,renderPlotly)
importFrom(reshape2,melt)
importFrom(stats,as.dendrogram)
importFrom(stats,cor)
importFrom(stats,cutree)
importFrom(stats,ecdf)
importFrom(stats,hclust)
importFrom(stats,p.adjust)
importFrom(stats,wilcox.test)