This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Refseq annotation | Populus trichocarpa

Hello,

I would like to annotate a salmon output dataset with the RefSeq accession numbers (i.e NM_001404768.1, XM_002297615.4).

I keep coming across this way of doing it using org.Hs.eg.db, but it's not working with RefSeq and mostly plant organisms (as I work on Populus trichocarpa)

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

Thank you

r rna-seq plants refseq

Hs stands for homo sapiens, so you cannot work with any plants here. See whether NCBI provides gene annotations for this species.

Thanks, I have the GTF file from NCBI

It's just that i simply don't know how to use it in R

You can load it with the import function of rtracklayer.

0 answers

No answers yet.

Log in to answer this question.