View source: R/amr_raw_to_metagenomeseq.R
amr_raw_to_metagenomeseq | R Documentation |
Given directory and metadata, make phyloseq object. metagenomeSeq package required.
path.to.amr.files |
path to folder containing raw CSV files from ARMA CARD analysis |
metadata |
data.table of metadata with "filename" and "barcode" columns required |
coveragenumber |
Minimum percentage of a gene that must be covered. Range from 0 to 99, default = 80 |
keepSNP |
TRUE or FALSE: whether to keep AMR gene conferred by one SNP change, default = FALSE |
metagenomeSeq object for downstream analysis
metagenomeSeq
## Not run: amr_raw_to_phyloseq(path.to.amr.files = path/to/amr.count.table, metadata = metadata, coveragenumber = 80, keepSNP = FALSE) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.