-
Notifications
You must be signed in to change notification settings - Fork 29
/
Copy pathNAMESPACE
68 lines (67 loc) · 1.68 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
# Generated by roxygen2: do not edit by hand
export(GREAT)
export(addCellMetadata)
export(addRegionMetadata)
export(annotateRegions)
export(binarizecisTopics)
export(binarizedcisTopicsToCtx)
export(cellTopicHeatmap)
export(createcisTopicObject)
export(createcisTopicObjectFrom10X)
export(createcisTopicObjectFrom10Xmatrix)
export(createcisTopicObjectFromBAM)
export(createcisTopicObjectFromMeth)
export(getBedFiles)
export(getBigwigFiles)
export(getCistromeEnrichment)
export(getCistromes)
export(getRegionsScores)
export(getSignaturesRegions)
export(logLikelihoodByIter)
export(makeBackgroundFeather)
export(modelMatSelection)
export(ontologyDotPlot)
export(plotFeatures)
export(predictiveDistribution)
export(renameCells)
export(runCGSModels)
export(runDM)
export(runPCA)
export(runUmap)
export(runWarpLDAModels)
export(runtSNE)
export(scoredRegionsToCtx)
export(selectModel)
export(signatureCellEnrichment)
export(signaturesHeatmap)
export(topicSignaturesMatrix)
export(topicsRcisTarget)
exportClasses(cisTopic)
import(AUCell)
import(GenomicRanges)
import(Matrix)
import(RcisTarget)
import(data.table)
import(doSNOW)
import(dplyr)
import(feather)
import(fitdistrplus)
import(methods)
import(parallel)
import(plyr)
import(text2vec)
importFrom(GenomicRanges,findOverlaps)
importFrom(GenomicRanges,makeGRangesFromDataFrame)
importFrom(Matrix,colSums)
importFrom(Matrix,rowSums)
importFrom(Rcpp,evalCpp)
importFrom(S4Vectors,queryHits)
importFrom(S4Vectors,subjectHits)
importFrom(data.table,rbindlist)
importFrom(lda,lda.collapsed.gibbs.sampler)
importFrom(parallel,makeCluster)
importFrom(plyr,llply)
importFrom(stats,aggregate)
importFrom(stats,prcomp)
importFrom(utils,globalVariables)
importFrom(utils,packageVersion)