What package should I use to retrieve chromosome location for Affymetrix id of gene symbol id while doing gene expression microarray analysis ?
1
0
Entering edit mode
@anandprem1792-13905
Last seen 6.4 years ago

Can anyone please tell me how to retrieve chromosome location for a set of gene id

affymetrix microarrays differential gene expression • 798 views
ADD COMMENT
0
Entering edit mode
@james-w-macdonald-5106
Last seen 4 hours ago
United States

It's a two-step process.

egids <- select(<ChipDb package goes here>, keys(<ChipDb>), "ENTREZID")

chrlocs <- select(<OrganismDb or TxDb package>, as.character(egids[,2]), c("CDSCHROM","CDSSTART","CDSEND"), "ENTREZID")

You will have to figure out what ChipDb and OrganismDb or TxDb package you need, because you are being unnecessarily mysterious about what you are doing. Asking vague questions will either get you a vague answer, or none at all, so in future you should try to be more specific.

ADD COMMENT

Login before adding your answer.

Traffic: 722 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