geneBiomart {GenomeGraphs}R Documentation

AnnotationTrack objects from biomaRt

Description

Convenience function to construct an AnnotationTrack object from biomaRt.

Usage

geneBiomart(id, biomart, type = "ensembl_gene_id", dp = NULL)

Arguments

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

Value

An AnnotationTrack object

Author(s)

James Bullard


[Package GenomeGraphs version 1.14.0 Index]