biomart.gene.position: Fetches the chromosomal coordinates of the specified gene

View source: R/biomart_queries.R

biomart.gene.positionR Documentation

Fetches the chromosomal coordinates of the specified gene

Description

Uses biomaRt function to fetch the chromosomal coordinates for the given HUGO gene symbols. It uses the given BioMart database.

Usage

biomart.gene.position(gene, mart)

Arguments

gene

the variant mame (HUGO gene symbols)

mart

BioMart database

Value

genomic coordinates

Author(s)

Alessia Visconti

Examples

mybiomart <- biomart.fetch.GENE.grch37.mart()
biomart.gene.position("DDX11L1", mybiomart)

alesssia/timesaveR documentation built on Jan. 26, 2024, 5:21 p.m.