-
Notifications
You must be signed in to change notification settings - Fork 44
Expand file tree
/
Copy pathNAMESPACE
More file actions
83 lines (82 loc) · 1.96 KB
/
NAMESPACE
File metadata and controls
83 lines (82 loc) · 1.96 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
# Generated by roxygen2: do not edit by hand
export(Read10Xdata)
export(checkAnnoArguments)
export(checkCombArguments)
export(checkStatArguments)
export(clusterBarPlot)
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(prepareData)
export(prepareSeurat)
export(runCellClassify)
export(runCellCycle)
export(runCellInteraction)
export(runDoublet)
export(runExprProgram)
export(runGeneSets)
export(runMalignancy)
export(runScAnnotation)
export(runScCombination)
export(runScStatistics)
export(runSeurat)
export(runStemness)
export(runSurvival)
import(Matrix)
import(R.utils)
import(Seurat)
import(SoupX)
import(ggplot2)
import(harmony)
import(knitr)
import(liger)
import(survival)
import(survminer)
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(ggExtra,ggMarginal)
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)