forked from microbiome/course_2021_radboud
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
50 lines (50 loc) · 1.16 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
Package: Course
Title: Microbiome data science course
Version: 0.92
Date: 2021-07-15
Authors@R:
c(person("Leo", "Lahti", email = "[email protected]",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-5537-637X")),
person("Henrik", "Eckermann",
role = c("aut")),
person("Tuomas", "Borman",
role = c("aut")),
person("Chouaib", "Benchraka",
role = c("aut")))
Description:
This is a training course for performing **Microbiome Analysis** with
Bioconductor in R miaverse framework.
License: CC BY-NC-SA 3.0 US
Encoding: UTF-8
URL: https://github.com/microbiome/course_2021_radboud
BugReports: https://github.com/microbiome/course_2021_radboud/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
Remotes:
github::microbiome/mia,
github::microbiome/miaViz
VignetteBuilder: knitr
RoxygenNote: 7.1.1