-
Notifications
You must be signed in to change notification settings - Fork 11
/
NAMESPACE
48 lines (47 loc) · 1.35 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
# Generated by roxygen2: do not edit by hand
export(getSankey)
export(indexCell)
export(indexCluster)
export(scmapCell)
export(scmapCell2Cluster)
export(scmapCluster)
export(selectFeatures)
export(setFeatures)
importFrom(BiocGenerics,counts)
importFrom(Rcpp,sourceCpp)
importFrom(S4Vectors,"metadata<-")
importFrom(S4Vectors,DataFrame)
importFrom(S4Vectors,metadata)
importFrom(SingleCellExperiment,"logcounts<-")
importFrom(SingleCellExperiment,logcounts)
importFrom(SummarizedExperiment,"colData<-")
importFrom(SummarizedExperiment,"rowData<-")
importFrom(SummarizedExperiment,assayNames)
importFrom(SummarizedExperiment,colData)
importFrom(SummarizedExperiment,rowData)
importFrom(dplyr,"%>%")
importFrom(dplyr,group_by)
importFrom(dplyr,summarise)
importFrom(e1071,svm)
importFrom(ggplot2,aes)
importFrom(ggplot2,geom_abline)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,labs)
importFrom(ggplot2,scale_colour_manual)
importFrom(ggplot2,theme_classic)
importFrom(googleVis,gvisSankey)
importFrom(matrixStats,colMaxs)
importFrom(matrixStats,rowMaxs)
importFrom(methods,is)
importFrom(proxy,simil)
importFrom(randomForest,randomForest)
importFrom(reshape2,dcast)
importFrom(reshape2,melt)
importFrom(stats,cor)
importFrom(stats,kmeans)
importFrom(stats,lm)
importFrom(stats,median)
importFrom(stats,predict)
importFrom(utils,head)
useDynLib(scmap)