View source: R/read_in_amr_files.R
read_in_amr_files | R Documentation |
Convert raw AMR CSV files to data table
path.to.amr.files |
path to folder containing raw CSV files from ARMA CARD analysis |
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 |
data.table of AMR genes at a specific coverage with or without SNP associated
## Not run: read_in_amr_files(path.to.amr.files = "~/Desktop/my.files/", 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.