Batch query to map gene identifier to chromosome location using plant db
0
0
Entering edit mode
benjamin • 0
@benjamin-20253
Last seen 5.1 years ago

I have a list differentially expressed proteins with Entrez Gene ID. I would like to map these Gene ID to the chromosome location (start and stop) using R. Is there a package for this?

annotation • 338 views
ADD COMMENT
0
Entering edit mode

Probably, but unless you divulge the plant species how could anybody help?

ADD REPLY
0
Entering edit mode

sorry bout that. The plant species is Elaeis guineensis.

ADD REPLY
0
Entering edit mode

I know there is an AnnotationHub resource for Elaeis guineensis but I think it would only provide the chromosome not start and stop.

library(AnnotationHub)
ah = AnnotationHub()
query(ah, "guineensis")
temp = query(ah, "guineensis")[[1]]
ids = head(keys(temp, keytype="ENTREZID"))
select(temp, keys=ids, columns=c("CHR"), keytype="ENTREZID")
ADD REPLY

Login before adding your answer.

Traffic: 964 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6