View source: R/load_gene_ids.R
wb_load_gene_ids | R Documentation |
Load a geneIDs table. This gives the correspondence between gene symbol (e.g. unc-10), Wormbase ID (e.g. WBGene00006750) and the sequence name (e.g. T10A3.1). If the required geneIDs table is not cached, it is first downloaded.
wb_load_gene_ids(WS, dir_cache = NULL)
WS |
Wormbase release version (e.g. WS277). |
dir_cache |
Directory where the downloaded files are cached. |
A tibble obtained from reading the Wormbase table.
gids <- wb_load_gene_ids(277)
s2i("unc-10", gids)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.