-
Notifications
You must be signed in to change notification settings - Fork 19
/
NAMESPACE
56 lines (55 loc) · 1.26 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
# Generated by roxygen2: do not edit by hand
export(alluvialMat)
export(aucMat)
export(cluster2pattern)
export(clusterPlotR)
export(correlateR)
export(geneMatchR)
export(getTSNE)
export(getUMAP)
export(intersectoR)
export(multivariateAnalysisR)
export(pdVolcano)
export(plotConfidenceIntervals)
export(plotVolcano)
export(projectR)
export(projectionDriveR)
export(rotatoR)
exportClasses(cluster2pattern)
exportClasses(correlateR)
exportClasses(rotatoR)
import(MatrixModels)
import(RColorBrewer)
import(SingleCellExperiment)
import(cluster)
import(dplyr)
import(fgsea)
import(ggalluvial)
import(ggplot2)
import(limma)
import(msigdbr)
import(reshape2)
import(scales, except = viridis_pal)
import(tsne)
import(umap)
import(viridis)
importFrom(Matrix,as.matrix)
importFrom(NMF,fcnnls)
importFrom(ROCR,performance)
importFrom(ROCR,prediction)
importFrom(cowplot,plot_grid)
importFrom(dplyr,"%>%")
importFrom(dplyr,dense_rank)
importFrom(dplyr,mutate)
importFrom(ggrepel,geom_label_repel)
importFrom(ggrepel,geom_text_repel)
importFrom(grDevices,colorRampPalette)
importFrom(methods,callNextMethod)
importFrom(scales,squish)
importFrom(stats,cor)
importFrom(stats,cutree)
importFrom(stats,hclust)
importFrom(stats,kmeans)
importFrom(stats,model.matrix)
importFrom(stats,prcomp)
importFrom(stats,var)