This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Get SYMBOL using mapIds with T2T genome ?

Hi I use to retrieve symbol from ENSEMBL id using this function:

 resOrdered$symbol <- mapIds(org.Hs.eg.db,
                     keys=row.names(resOrdered),
                     column="SYMBOL",
                     keytype="ENSEMBL",
                     multiVals="first")

but it only works with the hg38 genome. Is there an alternative with the T2T genome and annotation ?

t2t

So the only way is to write a script that extract the symbol from the gtf file ?

0 answers

No answers yet.

Log in to answer this question.