forked from Nanostring-Biostats/InSituType
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
51 lines (50 loc) · 1.29 KB
/
NAMESPACE
File metadata and controls
51 lines (50 loc) · 1.29 KB
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
# Generated by roxygen2: do not edit by hand
export(Estep)
export(Mstep)
export(chooseClusterNumber)
export(choose_anchors_from_stats)
export(colorCellTypes)
export(fastCohorting)
export(find_anchor_cells)
export(flightpath_layout)
export(flightpath_plot)
export(get_anchor_stats)
export(insitutype)
export(insitutypeML)
export(lls)
export(numCores)
export(refineClusters)
export(updateProfilesFromAnchors)
export(updateReferenceProfiles)
exportMethods(insitutype)
exportMethods(insitutypeML)
exportPattern("^[[:alpha:]]+")
import(ggplot2)
importFrom(Matrix,colSums)
importFrom(Matrix,rowMeans)
importFrom(Matrix,rowSums)
importFrom(Matrix,t)
importFrom(Rcpp,evalCpp)
importFrom(SingleCellExperiment,SingleCellExperiment)
importFrom(SummarizedExperiment,assay)
importFrom(grDevices,col2rgb)
importFrom(grDevices,colors)
importFrom(graphics,lines)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(irlba,prcomp_irlba)
importFrom(lsa,cosine)
importFrom(mclust,Mclust)
importFrom(mclust,mclustBIC)
importFrom(mclust,predict.Mclust)
importFrom(methods,as)
importFrom(methods,is)
importFrom(rlang,.data)
importFrom(scales,alpha)
importFrom(stats,dnbinom)
importFrom(stats,lm)
importFrom(stats,qnorm)
importFrom(stats,rnorm)
importFrom(umap,umap)
importFrom(utils,data)
useDynLib(InSituType, .registration = TRUE)