Description Usage Arguments Value Examples
get_biofeature_by_name
| 1 2 3 4 5 | get_biofeature_by_name(
  compendium = "vespucci",
  name_In = NULL,
  field = "sequence"
)
 | 
| compendium | A string - the selected compendium | 
| name_In | A string - the biofeature (gene_name) | 
| field | biofeature field of interest ('sequence' as default) | 
A data.frame with three columns: name,id and value
| 1 2 | get_biofeature_by_name(name_In = c("VIT_00s0332g00060", "VIT_00s0246g00220",
 "VIT_00s0332g00160"))
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.