-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
42 lines (41 loc) · 1.15 KB
/
NAMESPACE
File metadata and controls
42 lines (41 loc) · 1.15 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
# Generated by roxygen2: do not edit by hand
export(Ident2cellList)
export(REMatrix)
export(TEI)
export(bootTEI)
export(of2orthomap)
export(orderMetaData)
export(pMatrixTEI)
export(pStrataTEI)
export(rcpp_boottei_parallel)
export(rcpp_meanMatrix_parallel)
export(rcpp_pMatrix_parallel)
export(rcpp_pStrata_parallel)
export(rcpp_tei_parallel)
export(seurat2monocle3)
import(Matrix)
import(Rcpp)
importFrom(ComplexHeatmap,Heatmap)
importFrom(Seurat,DefaultAssay)
importFrom(Seurat,GetAssayData)
importFrom(Seurat,Idents)
importFrom(Seurat,Loadings)
importFrom(Seurat,Stdev)
importFrom(Seurat,as.SingleCellExperiment)
importFrom(SingleCellExperiment,reducedDimNames)
importFrom(SummarizedExperiment,rowData)
importFrom(methods,"slot<-")
importFrom(methods,as)
importFrom(methods,is)
importFrom(methods,slot)
importFrom(monocle3,estimate_size_factors)
importFrom(myTAI,is.ExpressionSet)
importFrom(readr,read_tsv)
importFrom(stats,setNames)
importFrom(stringr,str_split_fixed)
importFrom(taxizedb,classification)
importFrom(taxizedb,taxid2name)
importFrom(utils,setTxtProgressBar)
importFrom(utils,txtProgressBar)
importFrom(viridis,viridis)
useDynLib(scTEI, .registration = TRUE)