-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
46 lines (46 loc) · 925 Bytes
/
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
Package: PackEcodif
Title: Package for microbial metatranscriptome differential analysis
Version: 1.0.0.0000
Language: en-US
Authors@R:
person(given = "Siwar",
family = "Hammami",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "YOUR-ORCID-ID"))
Description: Normalization of raw counts for each species or taxon, DESeq2 differential analysis and graphs.
License: GPL-3
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.0
Suggests:
textshape,
VennDiagram,
knitr,
radiant.data,
reshape2,
readr,
NetPathMiner,
GSEABase,
edgeR,
qpdf,
hexbin,
magrittr,
limma,
rmarkdown
VignetteBuilder: knitr
Imports:
DESeq2,
tibble,
igraph,
ggplot2,
data.table,
tidyverse,
gdata,
contrast,
dplyr,
psych,
ggsci
Depends:
R (>= 2.10)