-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathNAMESPACE
80 lines (79 loc) · 1.96 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
76
77
78
79
80
# Generated by roxygen2: do not edit by hand
export(GeneStats)
export(clusterings.compare)
export(construct)
export(copyCellMeta)
export(copyGeneMeta)
export(getAssociationTable)
export(getCellMeta)
export(getCellNum)
export(getCellType)
export(getCellTypeEnrichment)
export(getCellTypeMarkers)
export(getCellTypeValidation)
export(getCells)
export(getDF)
export(getDiffGenes)
export(getDiffTest)
export(getES)
export(getExpression)
export(getGeneMeta)
export(getGeneNum)
export(getGenes)
export(getGenesForClustering)
export(getHC)
export(getPCA)
export(getSigGenes)
export(getSigValidation)
export(getTFs)
export(getTSNE)
export(setAssociationTable)
export(setCellMeta)
export(setCellNames)
export(setCellType)
export(setCellTypeEnrichment)
export(setCellTypeMarkers)
export(setCellTypeValidation)
export(setDF)
export(setDiffGenes)
export(setDiffTest)
export(setES)
export(setExpression)
export(setGeneMeta)
export(setGeneNames)
export(setGenesForClustering)
export(setHC)
export(setPCA)
export(setSigGenes)
export(setSigValidation)
export(setTFs)
export(setTSNE)
export(specificity.thresholdSelection)
exportClasses(sincera)
exportMethods(batch.analysis)
exportMethods(celltype.validation)
exportMethods(celltype.enrichment)
exportMethods(cluster.assignment)
exportMethods(cluster.diffgenes)
exportMethods(cluster.geneSelection)
exportMethods(cluster.permutation.analysis)
exportMethods(doPCA)
exportMethods(doTSNE)
exportMethods(drivingforce.getLCC)
exportMethods(drivingforce.inferTRN)
exportMethods(drivingforce.rankTFs)
exportMethods(drivingforce.selectTFs)
exportMethods(drivingforce.selectTGs)
exportMethods(expr.minimum)
exportMethods(filterContaminatedCells)
exportMethods(filterLowQualityCells)
exportMethods(normalization.zscore)
exportMethods(plotCellTypeEnrichment)
exportMethods(plotHC)
exportMethods(plotHeatmap)
exportMethods(plotMarkers)
exportMethods(plotPCASD)
exportMethods(plotRDS)
exportMethods(prefilterGenes)
exportMethods(signature.prediction)
exportMethods(signature.validation)