Description Usage Arguments Value Examples
View source: R/fetch_ensembl.R
convenience function for fetching ENSEMBL annotations (genes & txs)
1 | fetch_ensembl(version, species)
|
version |
the ENSEMBL version |
species |
the ENSEMBL species ("Homo sapiens") |
1 | an ensdb object
|
1 2 3 4 | fetch_ensembl("101", "Homo sapiens")
get_ensembl_transcripts("101", "Mus musculus")
get_gencode_transcripts("m24")
get_gencode_genes("gencode33")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.