-
Notifications
You must be signed in to change notification settings - Fork 2
/
NAMESPACE
95 lines (94 loc) · 2.41 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
# Generated by roxygen2: do not edit by hand
export(ICL)
export(NormMixClus)
export(NormMixClusK)
export(NormMixParam)
export(clusterEntropy)
export(clusterInertia)
export(clusters)
export(compareARI)
export(compareICL)
export(convertLegacyCoseq)
export(coseq)
export(coseqFullResults)
export(coseqGlobalPlots)
export(coseqModelPlots)
export(coseqResults)
export(coseqRun)
export(kmeansProbaPost)
export(likelihood)
export(logclr)
export(matchContTable)
export(model)
export(nbCluster)
export(plot)
export(proba)
export(profiles)
export(tcounts)
export(transformRNAseq)
export(transformationType)
exportClasses(coseqResults)
exportMethods(DDSEextract)
exportMethods(Djumpextract)
exportMethods(ICL)
exportMethods(clusters)
exportMethods(compareARI)
exportMethods(coseq)
exportMethods(coseqFullResults)
exportMethods(likelihood)
exportMethods(model)
exportMethods(nbCluster)
exportMethods(plot)
exportMethods(proba)
exportMethods(profiles)
exportMethods(show)
exportMethods(summary)
exportMethods(tcounts)
exportMethods(transformationType)
import(SummarizedExperiment)
import(ggplot2)
import(methods)
importClassesFrom(S4Vectors,DataFrame)
importClassesFrom(capushe,Capushe)
importFrom(BiocParallel,bplapply)
importFrom(BiocParallel,bpparam)
importFrom(DESeq2,results)
importFrom(DESeq2,varianceStabilizingTransformation)
importFrom(HTSCluster,PoisMixClus)
importFrom(HTSCluster,PoisMixClusWrapper)
importFrom(HTSCluster,highDimensionARI)
importFrom(HTSFilter,HTSBasicFilter)
importFrom(Rmixmod,mixmodCluster)
importFrom(Rmixmod,mixmodGaussianModel)
importFrom(Rmixmod,mixmodStrategy)
importFrom(S4Vectors,DataFrame)
importFrom(capushe,capushe)
importFrom(compositions,alr)
importFrom(compositions,clr)
importFrom(compositions,ilr)
importFrom(corrplot,corrplot)
importFrom(e1071,matchClasses)
importFrom(edgeR,calcNormFactors)
importFrom(edgeR,cpm)
importFrom(grDevices,heat.colors)
importFrom(grDevices,n2mfrow)
importFrom(graphics,axis)
importFrom(graphics,barplot)
importFrom(graphics,boxplot)
importFrom(graphics,matplot)
importFrom(graphics,mtext)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,points)
importFrom(mvtnorm,dmvnorm)
importFrom(scales,alpha)
importFrom(stats,cov2cor)
importFrom(stats,dist)
importFrom(stats,hclust)
importFrom(stats,kmeans)
importFrom(stats,median)
importFrom(stats,na.omit)
importFrom(stats,p.adjust)
importMethodsFrom(DESeq2,counts)
importMethodsFrom(DESeq2,sizeFactors)
importMethodsFrom(S4Vectors,metadata)