-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathNAMESPACE
75 lines (74 loc) · 1.99 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
# Generated by roxygen2: do not edit by hand
export(Estep)
export(Mstep)
export(chooseClusterNumber)
export(choose_anchors_from_stats)
export(colorCellTypes)
export(estimatePlatformEffects)
export(fastCohorting)
export(find_anchor_cells)
export(flightpath_layout)
export(flightpath_plot)
export(getProteinParameters)
export(getRNAprofiles)
export(getSpatialContext)
export(get_anchor_stats)
export(insitutype)
export(insitutypeML)
export(lls_protein)
export(lls_rna)
export(numCores)
export(refineAnchors)
export(refineClusters)
export(spatialUpdate)
export(updateProfilesFromAnchors)
export(updateReferenceProfiles)
exportMethods(insitutype)
exportMethods(insitutypeML)
exportPattern("^[[:alpha:]]+")
import(ggplot2)
importFrom(Matrix,colSums)
importFrom(Matrix,rowMeans)
importFrom(Matrix,rowSums)
importFrom(Matrix,sparseMatrix)
importFrom(Matrix,t)
importFrom(Rcpp,evalCpp)
importFrom(SingleCellExperiment,SingleCellExperiment)
importFrom(SummarizedExperiment,assay)
importFrom(data.table,data.table)
importFrom(data.table,melt)
importFrom(data.table,rbindlist)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,summarise_all)
importFrom(grDevices,col2rgb)
importFrom(grDevices,colors)
importFrom(graphics,lines)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(irlba,irlba)
importFrom(irlba,prcomp_irlba)
importFrom(lsa,cosine)
importFrom(magrittr,"%>%")
importFrom(mclust,Mclust)
importFrom(mclust,mclustBIC)
importFrom(mclust,predict.Mclust)
importFrom(methods,as)
importFrom(methods,is)
importFrom(rlang,.data)
importFrom(scales,alpha)
importFrom(spatstat.geom,closepairs)
importFrom(spatstat.geom,nncross)
importFrom(spatstat.geom,nndist)
importFrom(spatstat.geom,nnwhich)
importFrom(spatstat.geom,ppp)
importFrom(stats,dnbinom)
importFrom(stats,lm)
importFrom(stats,qnorm)
importFrom(stats,rnorm)
importFrom(tibble,column_to_rownames)
importFrom(tibble,rownames_to_column)
importFrom(umap,umap)
importFrom(utils,data)
importFrom(uwot,umap_transform)
useDynLib(InSituType, .registration = TRUE)