addsyms {TxRegInfra}R Documentation

add gene symbols to a GRanges that uses ensembl identifiers

Description

add gene symbols to a GRanges that uses ensembl identifiers

Usage

addsyms(x, EnsDb = EnsDb.Hsapiens.v75::EnsDb.Hsapiens.v75)

Arguments

x

a GRanges assumed to have mcols element 'gene_id' with ensembl gene identifiers

EnsDb

an instance of EnsDb

Value

a GRanges with mcols column 'symbol'

Note

At this time no checking of reference genome consistency is performed.


[Package TxRegInfra version 1.8.0 Index]