forked from wguo-research/scCancer
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathNAMESPACE
More file actions
115 lines (114 loc) · 2.63 KB
/
Copy pathNAMESPACE
File metadata and controls
115 lines (114 loc) · 2.63 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
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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
# Generated by roxygen2: do not edit by hand
export(ConfusionMatrix)
export(CrossTest)
export(Entropy_test)
export(HRG)
export(Intergration)
export(Jaccard)
export(Kappa)
export(MarkerScore)
export(Read10Xdata)
export(SelectCells)
export(SelectGenes)
export(SimilarityHeatmap)
export(Spearman)
export(Test)
export(Train)
export(checkAnnoArguments)
export(checkCombArguments)
export(checkStatArguments)
export(clusterBarPlot)
export(confusion)
export(extractFiles)
export(genAnnoReport)
export(genStatReport)
export(generate10Xdata)
export(getCellTypeColor)
export(getDefaultColors)
export(getDefaultGeneSets)
export(getDefaultMarkers)
export(getTumorCluster)
export(ggplot_config)
export(markerPlot)
export(plotCellInteraction)
export(plotExprProgram)
export(plotGeneSet)
export(plotMalignancy)
export(plotSeurat)
export(pointDRPlot)
export(predCellType)
export(predMalignantCell)
export(predSubType)
export(prepareData)
export(prepareSeurat)
export(pro.core)
export(runCellClassify)
export(runCellCycle)
export(runCellInteraction)
export(runCellSubtypeClassify)
export(runDoublet)
export(runExprProgram)
export(runGeneSets)
export(runMalignancy)
export(runScAnnotation)
export(runScCombination)
export(runScStatistics)
export(runSeurat)
export(runStemness)
export(runSurvival)
export(select_fine_samples)
export(similarityCalculation)
export(trainAnnoModel)
export(trainSubAnnoModel)
exportClasses(cell_rules)
import(Biobase)
import(Matrix)
import(R.utils)
import(Seurat)
import(SoupX)
import(garnett)
import(ggplot2)
import(harmony)
import(knitr)
import(monocle)
import(org.Hs.eg.db)
import(rliger)
import(survival)
import(survminer)
import(xgboost)
importFrom(DESeq2,estimateSizeFactors)
importFrom(GSVA,gsva)
importFrom(NNLM,nnmf)
importFrom(SingleCellExperiment,SingleCellExperiment)
importFrom(cowplot,get_legend)
importFrom(cowplot,plot_grid)
importFrom(dplyr,"%>%")
importFrom(dplyr,group_by)
importFrom(dplyr,top_n)
importFrom(garnett,check_markers)
importFrom(ggExtra,ggMarginal)
importFrom(ggpubr,ggarrange)
importFrom(grDevices,boxplot.stats)
importFrom(grDevices,colorRampPalette)
importFrom(grid,grid.draw)
importFrom(grid,grid.newpage)
importFrom(grid,unit.c)
importFrom(gridExtra,arrangeGrob)
importFrom(gridExtra,grid.arrange)
importFrom(markdown,markdownToHTML)
importFrom(methods,as)
importFrom(pheatmap,pheatmap)
importFrom(reshape2,melt)
importFrom(scds,bcds)
importFrom(scds,cxds)
importFrom(stats,cor)
importFrom(stats,density)
importFrom(stats,filter)
importFrom(stats,median)
importFrom(stats,quantile)
importFrom(stats,sd)
importFrom(stringr,str_c)
importFrom(utils,read.delim)
importFrom(utils,read.table)
importFrom(utils,write.csv)
importFrom(utils,write.table)