powered by
Replace NA values in taxonomic classification using downstream ranks.
refdb_fill_tax_upstream(x, qualifier = "undef.")
A reference database.
a reference database.
a string to add the new labels. Default ensure that refdb_clean_tax_NA will correctly identify the label as NA.
refdb_clean_tax_NA
refdb_fill_tax_downstream to replace terminal NA values using upstream data.
lib <- read.csv(system.file("extdata", "baetidae_bold.csv", package = "refdb")) lib <- refdb_set_fields_BOLD(lib) refdb_fill_tax_upstream(lib)
Run the code above in your browser using DataLab