geneBiomart {GenomeGraphs} | R Documentation |
Convenience function to construct an AnnotationTrack object from biomaRt.
geneBiomart(id, biomart, type = "ensembl_gene_id", dp = NULL)
id |
Gene identifier |
biomart |
Mart object connected to BioMart database, use useMart function to generate |
type |
Type of identifier used, this should be a filter of the BioMart database e.g. ensembl_gene_id, hgnc_symbol |
dp |
Display parameters |
An AnnotationTrack object
James Bullard