View source: R/amr_raw_to_phyloseq.R
amr_raw_to_phyloseq | R Documentation |
given directory and metadata make phyloseq object phyloseq package required.
path.to.amr.files |
path to data of raw csv files from ARMA CARD analysis |
metdata |
data.table of metadata with "arma_filename" and "arma_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 |
phyloseq object for downstream analysis
phyloseq
## 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.