View source: R/amr_read_taxonomy.R
amr_read_taxonomy | R Documentation |
Given raw data for AMR and WIMP, provides full AMR and taxon info for those reads that assign to both
path.to.wimp.files |
path to folder containing raw CSV files from WIMP analysis |
path.to.amr.files |
path to folder containing raw CSV files from ARMA analysis |
coveragenumber |
Minimum percentage of a gene that must be covered. Range from 0 to 99, default = 80 |
data.frame with double classified reads
## Not run: amr_read_taxonomy(path.to.wimp.files = "path/to/wimp_files", path.to.amr.files = "path/to/amr_files", coveragenumber = 80) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.