Description Usage Arguments Value See Also Examples
Lists all Genomes that have a similar name compared to the provided name. The similarity is calculated using the Levenshtein method.
1 2 | deepblue_list_similar_genomes(name = NULL,
user_key = deepblue_options("user_key"))
|
name |
- A string (genome name) |
user_key |
- A string (users token key) |
genomes - A array (similar genome names)
Other Inserting and listing genomes: deepblue_chromosomes
,
deepblue_list_genomes
1 | deepblue_list_similar_genomes(name = "grc")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.