Description Usage Arguments Value Examples
Extract gene informations from biomaRt
1 | mart_genes(release = "hg19", chr = "X")
|
release |
A |
chr |
A |
A data.table
with the gene symbol, start and end position
and matching ensembl transcripts.
1 2 3 4 | #Chromosome X, hg19
egX <- mart_genes()
#Full genome, latest release
eg <- mart_genes("hg38")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.