forked from plantformatics/Socrates
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
58 lines (57 loc) · 1.31 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
# Generated by roxygen2: do not edit by hand
export(buildMetaData)
export(callACRs)
export(callClusters)
export(cleanData)
export(coAccess)
export(convertSparseData)
export(countRemoveOrganelle)
export(detectDoublets)
export(filterDoublets)
export(findCells)
export(generateMatrix)
export(loadBEDandGenomeData)
export(loadSparseData)
export(logisticModel)
export(mergeQCdataRDS)
export(mergeSocratesRDS)
export(plotUMAP)
export(projectUMAP)
export(reduceDims)
export(regModel)
export(regModel2)
export(standardizeResiduals)
export(tfidf)
export(writeReadME)
import(DelayedArray)
import(Matrix)
import(RColorBrewer)
import(Seurat)
import(SeuratObject)
import(cicero)
import(doSNOW)
import(glmnet)
import(iterators)
import(itertools)
import(parallel)
import(scales)
import(viridis)
importFrom(CMF,matrix_to_triplets)
importFrom(FNN,get.knn)
importFrom(GenomicFeatures,makeTxDbFromGFF)
importFrom(GenomicRanges,GRanges)
importFrom(GenomicRanges,promoters)
importFrom(GenomicRanges,tileGenome)
importFrom(IRanges,subsetByOverlaps)
importFrom(MASS,kde2d)
importFrom(Matrix,colMeans)
importFrom(Matrix,colSums)
importFrom(Matrix,rowMeans)
importFrom(Matrix,rowSums)
importFrom(Matrix,sparseMatrix)
importFrom(RcppML,nmf)
importFrom(irlba,irlba)
importFrom(nabor,knn)
importFrom(parallel,mclapply)
importFrom(uwot,umap)
importFrom(viridis,magma)