forked from kevinblighe/PCAtools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
40 lines (39 loc) · 997 Bytes
/
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
# Generated by roxygen2: do not edit by hand
export(biplot)
export(chooseGavishDonoho)
export(chooseMarchenkoPastur)
export(eigencorplot)
export(findElbowPoint)
export(getComponents)
export(getLoadings)
export(getVars)
export(pairsplot)
export(parallelPCA)
export(pca)
export(plotloadings)
export(screeplot)
import(BiocParallel)
import(Matrix)
import(cowplot)
import(ggplot2)
import(ggrepel)
importFrom(BiocParallel,SerialParam)
importFrom(BiocParallel,bpmapply)
importFrom(BiocSingular,ExactParam)
importFrom(BiocSingular,runPCA)
importFrom(DelayedArray,DelayedArray)
importFrom(DelayedMatrixStats,colVars)
importFrom(Rcpp,sourceCpp)
importFrom(dqrng,generateSeedVectors)
importFrom(grDevices,colorRampPalette)
importFrom(lattice,levelplot)
importFrom(lattice,ltext)
importFrom(lattice,panel.levelplot)
importFrom(methods,is)
importFrom(reshape2,melt)
importFrom(stats,cor)
importFrom(stats,cor.test)
importFrom(stats,p.adjust)
importFrom(stats,symnum)
importFrom(stats,var)
useDynLib(PCAtools)