-
Notifications
You must be signed in to change notification settings - Fork 12
/
DESCRIPTION
49 lines (49 loc) · 1.26 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
Package: PCAworkshop
Title: An introduction to matrix factorization and principal component analysis in R
Version: 0.2.1
Authors@R:
c(person(given = "Aedin", family = "Culhane",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-1395-9734")),
person(given = "Lauren", family = "Hsu",
role = c("aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-6035-7381")))
Description: A short workshop that explains how to compute PCA from basics, and the different implementations of PCA in R.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.0
Depends:
Biobase
Suggests:
knitr,
rmarkdown,
pkgdown,
BiocStyle,
magick
Imports:
ggplot2,
ggfortify,
factoextra,
FactoMineR,
ade4,
irlba,
explor,
dplyr,
magrittr,
reshape2,
tibble,
corral,
glmpca,
scatterD3,
ComplexHeatmap,
uwot,
SingleCellExperiment,
DuoClustering2018
URL: https://aedin.github.io/PCAworkshop/
BugReports: https://github.com/aedin/PCAworkshop/issues/new/choose
DockerImage: aculhane/pcabiocworkshop2020:latest
VignetteBuilder: knitr