View source: R/check_identifiers.R
check_identifiers | R Documentation |
check_identifiers()
checks for differences between identifiers in metadata
and DNA sequence files.
check_identifiers(data, identifier, dna)
data |
an object of class tbl_df containing sequence metadata. |
identifier |
column in |
dna |
a DNAbin object. |
check_identifiers()
is a helper function to check for inconsistencies
between identifiers in metadata and DNA sequences files, such as absence, mistyping,
duplicated entries, or differences in size lengths. If any of these problems are found,
warnings will appear in Console
and corrections should be made to prevent
unintended consequences later. A list containing erroneous identifiers is returned
invisibly.
A list containing erroneus identifiers between metadata and sequence file.
Pedro S. Bittencourt, Rupert A. Collins.
check_identifiers(geophagus_info, "gbAccession", geophagus)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.