-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
76 lines (76 loc) · 1.89 KB
/
DESCRIPTION
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
Package: scPCA
Title: Sparse Contrastive Principal Component Analysis
Version: 1.17.0
Authors@R: c(
person(given = "Philippe",
family = "Boileau",
role = c("aut", "cre", "cph"),
email = "philippe_boileau@berkeley.edu",
comment = c(ORCID = "0000-0002-4850-2507")),
person(given = "Nima",
family = "Hejazi",
role = "aut",
email = "nh@nimahejazi.org",
comment = c(ORCID = "0000-0002-7127-2789")),
person(given = "Sandrine",
family = "Dudoit",
role = c("ctb", "ths"),
email = "sandrine@stat.berkeley.edu",
comment = c(ORCID = "0000-0002-6069-8629"))
)
Description: A toolbox for sparse contrastive principal component analysis
(scPCA) of high-dimensional biological data. scPCA combines the stability
and interpretability of sparse PCA with contrastive PCA's ability to
disentangle biological signal from unwanted variation through the use of
control data. Also implements and extends cPCA.
Depends: R (>= 4.0.0)
Imports:
stats,
methods,
assertthat,
tibble,
dplyr,
purrr,
stringr,
Rdpack,
matrixStats,
BiocParallel,
elasticnet,
sparsepca,
cluster,
kernlab,
origami,
RSpectra,
coop,
Matrix,
DelayedArray,
ScaledMatrix,
MatrixGenerics
Suggests:
DelayedMatrixStats,
sparseMatrixStats,
testthat (>= 2.1.0),
covr,
knitr,
rmarkdown,
BiocStyle,
ggplot2,
ggpubr,
splatter,
SingleCellExperiment,
microbenchmark
License: MIT + file LICENSE
URL: https://github.com/PhilBoileau/scPCA
BugReports: https://github.com/PhilBoileau/scPCA/issues
Encoding: UTF-8
LazyData: true
VignetteBuilder: knitr
RoxygenNote: 7.3.1
RdMacros: Rdpack
biocViews:
PrincipalComponent,
GeneExpression,
DifferentialExpression,
Sequencing,
Microarray,
RNASeq