| gdb.genome_info | R Documentation |
Resolves name through the registry chain and returns the recipe (a
list) along with the source it was resolved from. Useful for previewing
what gdb.build_genome would do.
gdb.genome_info(name, registry = NULL)
name |
Genome name. |
registry |
Optional path to an explicit registry YAML. |
A list with components recipe (the resolved recipe) and
resolved_from (the registry source).
gdb.build_genome, gdb.list_genomes.
gdb.genome_info("hg38")
gdb.genome_info("GCF_009806435.1")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.