forked from PengfanZhang/Rbec
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
executable file
·27 lines (27 loc) · 846 Bytes
/
DESCRIPTION
File metadata and controls
executable file
·27 lines (27 loc) · 846 Bytes
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
Package: Rbec
Type: Package
Title: Rbec: a tool for analysis of amplicon sequencing data from synthetic microbial communities
Version: 1.1.4
Authors@R: person("Pengfan", "Zhang", email = "pzhang@mpipz.mpg.de", role = c("aut", "cre"))
Description: Rbec is a adapted version of DADA2 for analyzing amplicon sequencing data
from synthetic communities (SynComs), where the reference sequences for each strain exists.
Rbec can not only accurately profile the microbial compositions in SynComs, but also predict
the contaminants in SynCom samples.
License: LGPL-3
Imports:
Rcpp (>= 1.0.6),
dada2,
ggplot2,
readr,
doParallel,
foreach,
grDevices,
stats,
utils
LinkingTo: Rcpp
RoxygenNote: 7.1.1
biocViews: Sequencing, MicrobialStrain, Microbiome
Suggests:
knitr,
rmarkdown
VignetteBuilder: knitr