refdb_clean_seq_remove_sideN | R Documentation |
Remove repeated side N from genetic sequences
refdb_clean_seq_remove_sideN(x, side = "both")
x |
a reference database with a defined sequence field. |
side |
which side to clean.
Can be one of |
A reference database.
lib <- read.csv(system.file("extdata", "baetidae_bold.csv", package = "refdb")) lib <- refdb_set_fields_BOLD(lib) refdb_clean_seq_remove_sideN(lib)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.