-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
47 lines (47 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
Package: Microbiota
Title: Analyze Metabarcoding Data from the Microbiota of Drosophila sp.
Version: 0.0.0.9000
Authors@R:
c(person(given = "Nicolas",
family = "RODE",
role = c("aut", "cre"),
email = "nicolas.rode@inrae.fr"),
person(given = "Chooi Lin",
family = "PHOOI",
role = c("aut"),
email = "phooi.chooilin@student.upm.edu.my"),
person(given = "Lorie",
family = "ZHANG",
role = c("aut"),
email = "lorie.zhang@supagro.fr"),
person(given = "David",
family = "GERIN-JEAN",
role = c("aut"),
email = "david.gerin-jean@supagro.fr"),
person(given = "Chloe",
family = "PERRAIS",
role = c("aut"),
email = "chloe.perrais@supagro.fr"))
Description: Reschear compendium to analyze the Metabarcoding microbiota of Drosophila
License: CC0
ByteCompile: true
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.2
Imports:
ape,
dada2,
data.table,
dplyr,
here,
lme4,
matrixStats,
mc2d,
phyloseq,
phyloseq.extended,
readxl,
scales,
vegan
Depends:
ggplot2