-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathNAMESPACE
60 lines (59 loc) · 1.43 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
# Generated by roxygen2: do not edit by hand
export(compdr)
export(diffexpnb)
export(fateBias)
export(filterset)
export(gene2gene)
export(getFeat)
export(getPart)
export(getsom)
export(impGenes)
export(plotFateMap)
export(plotdiffgenesnb)
export(plotexpression)
export(plotexpressionProfile)
export(plotheatmap)
export(prcurve)
export(procsom)
export(reclassify)
import(matrixStats)
import(umap)
importFrom(RColorBrewer,brewer.pal)
importFrom(Rtsne,Rtsne)
importFrom(grDevices,adjustcolor)
importFrom(grDevices,colorRampPalette)
importFrom(grDevices,rainbow)
importFrom(graphics,abline)
importFrom(graphics,axis)
importFrom(graphics,box)
importFrom(graphics,image)
importFrom(graphics,layout)
importFrom(graphics,legend)
importFrom(graphics,lines)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,points)
importFrom(graphics,rect)
importFrom(graphics,text)
importFrom(locfit,locfit)
importFrom(pheatmap,pheatmap)
importFrom(princurve,principal_curve)
importFrom(randomForest,randomForest)
importFrom(som,som)
importFrom(stats,aggregate)
importFrom(stats,approxfun)
importFrom(stats,as.dist)
importFrom(stats,binom.test)
importFrom(stats,cmdscale)
importFrom(stats,coef)
importFrom(stats,cor)
importFrom(stats,dnbinom)
importFrom(stats,fitted)
importFrom(stats,lm)
importFrom(stats,loess)
importFrom(stats,median)
importFrom(stats,p.adjust)
importFrom(stats,predict)
importFrom(stats,quantile)
importFrom(stats,var)
importFrom(utils,head)