generated from microbiome/course_2022_oulu
-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
58 lines (58 loc) · 1.2 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
Package: Course
Title: Microbiome data science course
Version: 0.2
Date: 2023-06-06
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")
),
person("Giulio", "Benedetti",
role = c("aut")
)
)
Description:
This is a training course for performing **Microbiome Analysis** with
Bioconductor in R miaverse framework.
License: CC BY-SA 4.0
Encoding: UTF-8
URL: https://github.com/microbiome/course_2023_oulu
BugReports: https://github.com/microbiome/course_2023_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