Convert ID for Human Gene 1.0 ST Array
2
1
Entering edit mode
3.7 years ago
Palgrave ▴ 110

Hi, I am looking for a R package to convert IDs for the 1.0 ST array from affymetrix. The IDs have the format below:

7892501

7892501

...

R microarray affymetrix • 2.5k views
ADD COMMENT
1
Entering edit mode
3.7 years ago

Some more automated ways I just posted here: C: Why bioMart query results in a low coverage of annotations

probeIDs

require(hugene10sttranscriptcluster.db)
annotLookup <- select(hugene10sttranscriptcluster.db, keys =probeIDs,
  columns = c('PROBEID', 'ENSEMBL', 'SYMBOL'))

require(hugene10stprobeset.db)
annotLookup <- select(hugene10stprobeset.db, keys = probeIDs,
  columns = c('PROBEID', 'ENSEMBL', 'SYMBOL'))
ADD COMMENT
0
Entering edit mode
ADD COMMENT

Login before adding your answer.

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