reformat_dada2_gen: Reformat DADA2 Genus

reformat_dada2_genR Documentation

Reformat DADA2 Genus

Description

Reformat DADA2 Genus

Usage

reformat_dada2_gen(
  x,
  db = NULL,
  ranks = c("kingdom", "phylum", "class", "order", "family", "genus"),
  quiet = FALSE
)

Arguments

x

A DNAbin or DNAStringSet object with names in format ⁠accession|tax_id;Genus species⁠

db

A database file generated by get_ncbi_taxonomy or get_ott_lineage. Required if get_lineage is TRUE

ranks

The taxonomic ranks to include in output. default is kingdom;phylum;class;order;family;genus

quiet

Whether progress should be printed to the console.


alexpiper/taxreturn documentation built on Sept. 14, 2024, 7:56 p.m.