addsyms {TxRegInfra} | R Documentation |
add gene symbols to a GRanges that uses ensembl identifiers
addsyms(x, EnsDb = EnsDb.Hsapiens.v75::EnsDb.Hsapiens.v75)
x |
a GRanges assumed to have mcols element 'gene_id' with ensembl gene identifiers |
EnsDb |
an instance of EnsDb |
a GRanges with mcols column 'symbol'
At this time no checking of reference genome consistency is performed.