-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
54 lines (54 loc) · 1.34 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
Package: SIPmg
Title: Statistical Analysis to Identify Isotope Incorporating metagenomic
features
Version: 2.3
Authors@R: c(
person("Pranav", "Sampara", , "[email protected]", role = c("aut", "cre")),
person("Kate", "Waring", , "[email protected]", role = "ctb"),
person("Ryan", "Ziels", , "[email protected]", role = "aut"),
person("Alma", "Garcia Roche", , "[email protected]", role = "aut")
)
Description: Statistical analysis as part of a quantitative stable isotope
probing (SIP) metagenomics study to identify isotope incorporating
metagenomic features. Helpful reading and a vignette in bookdown
format is provided on the package site
<https://zielslab.github.io/SIPmg.github.io/>.
License: GPL-2
URL: https://zielslab.github.io/SIPmg.github.io/
BugReports: https://github.com/ZielsLab/SIPmg
Depends:
R (>= 3.5.0)
Imports:
data.table,
DESeq2,
dplyr,
ggplot2,
ggpubr,
glue,
HTSSIP,
lazyeval,
magrittr,
MASS,
phyloseq,
plyr,
purrr,
rlang,
stringr,
tibble,
tidyr,
utils
Suggests:
BiocManager,
EBImage,
knitr,
readr,
rmarkdown,
tidyverse
VignetteBuilder:
knitr
Encoding: UTF-8
LazyData: true
NeedsCompilation: yes
Packaged: 2021-11-02 00:22:19 UTC; psampara
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1