-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
53 lines (42 loc) · 1.72 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
useDynLib(DR.SC, .registration=TRUE)
importFrom(Rcpp, evalCpp)
#exportPattern("^[[:alpha:]]+")
export(DR.SC, DR.SC_fit, gendata_RNAExp, FindSVGs, getAdj, getAdj_manual,
getAdj_auto, RunWPCA, topSVGs, selectModel)
export(spatialPlotClusters, drscPlot, mbicPlot)
export(read10XVisium,readscRNAseq)
S3method("DR.SC","Seurat")
S3method("getAdj","Seurat")
S3method("selectModel","Seurat")
S3method("selectModel","drscObject")
S3method("RunWPCA","Seurat")
S3method("RunWPCA","matrix")
S3method("RunWPCA","dgCMatrix")
# importFrom(SPARK, sparkx)
import(parallel)
import(spatstat.geom)
importFrom(irlba, irlba)
importFrom(MASS, mvrnorm)
importFrom(ggplot2, ggplot, aes, aes_string, geom_line, ylab,geom_point,
theme,element_blank,element_text,scale_color_manual)
importFrom(CompQuadForm, davies, liu)
importFrom("methods", "as", "is")
importFrom("stats", "p.adjust", "pcauchy", "quantile", "sd", "dist")
importFrom(stats,rnorm, rmultinom, cov,cor)
importFrom("utils", "read.csv", "read.table", "setTxtProgressBar",
"txtProgressBar")
importFrom(cowplot, theme_cowplot)
importFrom(GiRaF,sampler.mrf)
importFrom(purrr, discard, keep)
importFrom(Matrix, sparseMatrix, t)
importFrom(RColorBrewer, brewer.pal)
importFrom(mclust,Mclust, mclustBIC)
importFrom(Seurat, RidgePlot, VlnPlot, FeaturePlot, DotPlot, DoHeatmap,
FindVariableFeatures, DefaultAssay,LogNormalize,CreateDimReducObject,
Idents, RunTSNE,RunUMAP, DimPlot, CreateSeuratObject,ReadMtx,'Idents<-',
AddMetaData, GetAssayData)
importFrom(S4Vectors, DataFrame)
# importFrom(doSNOW,registerDoSNOW)
# importFrom(snow, makeSOCKcluster, stopCluster)
# importFrom(foreach,foreach)
# importFrom(parallel, stopCluster, parSapply,clusterExport)