-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
99 lines (98 loc) · 2.29 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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
# Generated by roxygen2: do not edit by hand
export("%>%")
export(GO2DE.metrics)
export(GO2gene.signature)
export(abs.max)
export(abundance.to.percent.total)
export(acyl.tail.to.bulk.class)
export(acyl.tail.to.bulk.species)
export(acyl.tail.to.bulk.species.by.tail)
export(add.signed.log.p)
export(annotate.lipid.species)
export(calc.gvf)
export(calc.ss)
export(centered.breaks)
export(code2genes)
export(col.vars)
export(corner)
export(correlate.by.group)
export(count.to.effcounts)
export(count.to.fpkm)
export(count.to.tpm)
export(factor.columns)
export(filter.FGSEA)
export(filter.genes.for.DE)
export(fisherz)
export(fisherz.avg.cor)
export(fisherz.pvalue)
export(fisherz.t.pvalue)
export(fisherz.test)
export(fisherz2r)
export(fpkm.to.tpm)
export(gene2GO.signature)
export(geom.mean)
export(get.MSigDB.genesets)
export(get.acyl.tails)
export(get.chain.group)
export(get.conf.int.error)
export(get.contrast.results)
export(get.deltas)
export(get.jenks.labels)
export(get.lipid.category)
export(get.matched.lines)
export(get.rnk.vector)
export(get.rotated.coords)
export(get.rotation.angle)
export(get.rotation.matrix)
export(get.tail.saturation)
export(ggplot.colors)
export(inverse.list)
export(limma.fit.contrast)
export(lin.map)
export(lin.scl)
export(list.to.gmx)
export(list2genes)
export(load.MSigDB)
export(load.genesets)
export(lsos)
export(make.model.matrix)
export(match.features)
export(mean.z.score)
export(melt.and.merge)
export(optimize.jenks)
export(overlap.features)
export(plot.matched.sample.divergence)
export(plot.pca)
export(prep.volcano.plot)
export(prop.table.2)
export(qin.map)
export(quantile.normalization)
export(r2t)
export(rotate.coords)
export(row.vars)
export(run.FGSEA)
export(run.jenks)
export(run.ssGSEA)
export(run.ssGSEA2)
export(run.topGO)
export(search.GO.tbl)
export(split.df)
export(theme_nb_discrete)
export(total.to.percent.class)
export(two.group.limma)
export(two.group.row.test)
export(variance.filter)
export(write.rnk.file)
export(z.scale)
importFrom(ggplot2,aes)
importFrom(ggplot2,element_text)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_segment)
importFrom(ggplot2,geom_violin)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,labs)
importFrom(ggplot2,margin)
importFrom(ggplot2,scale_fill_manual)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_classic)
importFrom(magrittr,"%>%")