Skip to contents

Generates a taxonomy file for AMR count table

Arguments

amr.count.table

count of AMR genes with CVTERMID in the first row and samples on columns

verbose

TRUE or FALSE: whether to keep all columns of AMR gene information or not. Default FALSE.

Value

data table of taxonomy of AMR genes in count table

Examples

if (FALSE) {
generate_amr_taxonomy(amr.count.table = amr.count.table, verbose = FALSE)
}