forked from edward130603/BayesSpace
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
93 lines (92 loc) · 2.75 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
# Generated by roxygen2: do not edit by hand
export(clusterPlot)
export(enhanceFeatures)
export(exampleSCE)
export(featurePlot)
export(getRDS)
export(mcmcChain)
export(qPlot)
export(qTune)
export(readVisium)
export(removeChain)
export(spatialCluster)
export(spatialEnhance)
export(spatialPreprocess)
importFrom(BiocFileCache,BiocFileCache)
importFrom(BiocFileCache,bfcrpath)
importFrom(BiocSingular,ExactParam)
importFrom(DirichletReg,DR_data)
importFrom(DirichletReg,DirichReg)
importFrom(Matrix,readMM)
importFrom(RCurl,url.exists)
importFrom(Rcpp,evalCpp)
importFrom(S4Vectors,"metadata<-")
importFrom(S4Vectors,metadata)
importFrom(SingleCellExperiment,"altExp<-")
importFrom(SingleCellExperiment,"reducedDim<-")
importFrom(SingleCellExperiment,SingleCellExperiment)
importFrom(SingleCellExperiment,altExp)
importFrom(SingleCellExperiment,altExpNames)
importFrom(SingleCellExperiment,logcounts)
importFrom(SingleCellExperiment,reducedDim)
importFrom(SingleCellExperiment,reducedDimNames)
importFrom(SummarizedExperiment,"assay<-")
importFrom(SummarizedExperiment,"colData<-")
importFrom(SummarizedExperiment,"rowData<-")
importFrom(SummarizedExperiment,SummarizedExperiment)
importFrom(SummarizedExperiment,assay)
importFrom(SummarizedExperiment,assayNames)
importFrom(SummarizedExperiment,colData)
importFrom(SummarizedExperiment,rowData)
importFrom(assertthat,assert_that)
importFrom(coda,mcmc)
importFrom(ggplot2,aes_)
importFrom(ggplot2,coord_equal)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_polygon)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,labs)
importFrom(ggplot2,scale_fill_gradient)
importFrom(ggplot2,scale_fill_gradient2)
importFrom(ggplot2,scale_fill_manual)
importFrom(ggplot2,theme_bw)
importFrom(ggplot2,theme_void)
importFrom(ggplot2,xlab)
importFrom(ggplot2,ylab)
importFrom(mclust,Mclust)
importFrom(mclust,mclustBIC)
importFrom(purrr,compact)
importFrom(purrr,discard)
importFrom(purrr,imap)
importFrom(purrr,keep)
importFrom(purrr,map)
importFrom(rhdf5,h5createDataset)
importFrom(rhdf5,h5createFile)
importFrom(rhdf5,h5ls)
importFrom(rhdf5,h5read)
importFrom(rhdf5,h5write)
importFrom(scales,muted)
importFrom(scater,logNormCounts)
importFrom(scater,runPCA)
importFrom(scater,uniquifyFeatureNames)
importFrom(scran,getTopHVGs)
importFrom(scran,modelGeneVar)
importFrom(stats,coef)
importFrom(stats,cov)
importFrom(stats,dist)
importFrom(stats,kmeans)
importFrom(stats,lm)
importFrom(stats,prcomp)
importFrom(stats,predict)
importFrom(stats,rnbinom)
importFrom(stats,rnorm)
importFrom(stats,runif)
importFrom(utils,download.file)
importFrom(utils,read.csv)
importFrom(utils,read.table)
importFrom(xgboost,xgb.DMatrix)
importFrom(xgboost,xgb.train)
importFrom(xgboost,xgboost)
useDynLib(BayesSpace)
useDynLib(BayesSpace, .registration=TRUE)