refdb_check_seq_conflict | R Documentation |
Check for conflicts in sequences
refdb_check_seq_conflict(x, na_omit = TRUE)
x |
a reference database. |
na_omit |
if |
A list of two-columns tibbles reporting duplicated sequences with different taxonomy.
lib <- read.csv(system.file("extdata", "ephem.csv", package = "refdb")) lib <- refdb_set_fields(lib, taxonomy = c(family = "family_name", genus = "genus_name", species = "species_name"), sequence = "DNA_seq", marker = "marker") refdb_check_seq_conflict(lib)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.