-
Notifications
You must be signed in to change notification settings - Fork 3
/
NAMESPACE
62 lines (61 loc) · 1.19 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
# Generated by roxygen2: do not edit by hand
export(add.adt)
export(add.vdj)
export(adt.rna.merge)
export(cell.filter)
export(cell.gating)
export(change.clust)
export(clust.avg.exp)
export(clust.cond.info)
export(clust.rm)
export(clust.stats.plot)
export(cluster.plot)
export(data.aggregation)
export(data.scale)
export(diff.exp)
export(down.sample)
export(find.dim.genes)
export(findMarkers)
export(gate.to.clust)
export(gene.plot)
export(gene.stats)
export(heatmap.gg.plot)
export(heatmap.plot)
export(imm.gen)
export(load10x)
export(lvbsc)
export(make.gene.model)
export(make.obj)
export(make.scseqr.obj)
export(man.assign.clust)
export(norm.adt)
export(norm.data)
export(opt.clust.num)
export(opt.pcs.plot)
export(prep.vdj)
export(pseudotime.tree)
export(qc.stats)
export(run.clustering)
export(run.diff.st)
export(run.diffusion.map)
export(run.magic)
export(run.pc.tsne)
export(run.pca)
export(run.tsne)
export(run.umap)
export(stats.plot)
export(top.markers)
export(tsne.plot)
export(volcano.ma.plot)
import(Matrix)
import(NbClust)
import(RColorBrewer)
import(Rtsne)
import(ggpubr)
import(ggrepel)
import(gridExtra)
import(pheatmap)
import(scatterplot3d)
import(shiny)
import(umap)
importFrom(reshape,melt)