forked from microbiome/course_2023_oulu
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
53 lines (53 loc) · 1.07 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
Package: Course
Title: Microbiome data science course
Version: 0.3
Date: 2024-10-20
Authors@R:
c(person("Leo", "Lahti", email = "[email protected]",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-5537-637X")),
person("Tuomas", "Borman",
role = c("aut")
)
)
Description: Training course for microbiome analysis with R/Bioconductor.
License: CC BY-SA 4.0
Encoding: UTF-8
URL: https://github.com/microbiome/course_2024_oulu
BugReports: https://github.com/microbiome/course_2024_oulu/issues
LazyData: true
biocViews:
Book
Suggests:
bookdown,
dplyr,
ggplot2,
ggpubr,
knitr,
mia,
miaViz,
microbiomeDataSets,
picante,
rebook,
rmarkdown,
Rtsne,
scater,
scuttle,
scran,
tibble,
TreeSummarizedExperiment,
uwot,
phyloseq,
tinytex,
pheatmap,
philentropy,
cowplot,
RColorBrewer,
cluster,
factoextra,
grid
Remotes:
github::microbiome/mia,
github::microbiome/miaViz
VignetteBuilder: knitr
RoxygenNote: 7.1.1