list_genes | R Documentation |
list out genes
list_genes(cnr, at, identifier = "hgnc.symbol")
cnr |
a cnr bundle |
at |
character, coordinate string e.g. "1:123456780:124567890",
The |
identifier |
character, name of the gene identifier column to output, default "hgnc.symbol" |
A vector containing a list of genes or other gene identifier.
data(cnr) list_genes(cnr, at = "12:58000000:59000000")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.