Description Usage Arguments Details
View source: R/check_poss_synyms.R
check_poss_synyms
1 | check_poss_synyms(data, file_path = getwd())
|
data |
data frame with '$sci_nam' column (expected to be 'GB_with_SeqDat', the data frame result of the pipeline so far). |
file_path |
path to newly created .csv file, defaults to working directory |
Function takes data frame with column $sci_nam and returns a list of scientific names that are longer than 2 words. Also writes out a .csv file of these names.
Sequence data can be uploaded to GenBank with scientific names that may be non-standard/of different taxonomic rank, filtering based on species name will therefore not work unless names are standardised. This function takes any instances of names longer than 2 words, outputs the result as an object and a .csv which can then be edited by the user.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.