mart_genes {XCIR} | R Documentation |
Extract gene informations from biomaRt
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.
#Chromosome X, hg19 egX <- mart_genes() #Full genome, latest release eg <- mart_genes("hg38")