create_species_id_table | R Documentation |
Create a data frame of species IDs (3-5-character abbreviations)
create_species_id_table(species_names)
species_names |
A character vector of names extracted from
the seq or annotation lists, which can be extracted with
|
A 2-column data frame with the following variables:
Character, species ID consisting of 3-5 characters.
Character, original names passed as input.
# Load 'seq' list (list of AAStringSet objects)
data(proteomes)
# Create ID table
create_species_id_table(names(proteomes))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.