How to proccess Microarrays CEL file byR package "oligo" ?
1
0
Entering edit mode
4.7 years ago
takoyaki ▴ 120

Hello, everyone.

I tried micro array analysis by R library "affy", but I got error like this.

eset <- mas5(hoge)

background correction: mas

PM/MM correction : mas

expression values: mas

background correcting...Error in getCdfInfo(object) : Could not obtain CDF environment, problems encountered:

Specified environment does not contain HuGene-1_1-st-v1 Library - package hugene11stv1cdf not installed Bioconductor - hugene11stv1cdf not available

So, I decided to use oligo instead of affy. (there was also warning to use oligo or xps)

I just want to normalize by either mas5 or RMA, and then out put normalized CEL file as text file.

Does anyone know how to do above proccess by "oligo" ?

Also, if there is good website about this proccess by oligo, please tell me that URL.

Thank you !

R microarray software error • 4.1k views
ADD COMMENT
4
Entering edit mode
4.7 years ago

It looks like your array is a 'ST' array. These ST arrays do not contain mismatch probes (mostly) and are fundamentally designed differently from other Affymetrix microarrays. You cannot use affy to process these, nor can you use mas5 normalisation.

Using oligo and RMA normalisation is the correct approach.

Just follow the oligo manual and you will be fine: https://www.bioconductor.org/packages/release/bioc/vignettes/oligo/inst/doc/oug.pdf

Once you read in and normalise your data, everything else is mostly the same.

Kevin

ADD COMMENT
1
Entering edit mode

Thank you so much ! I will read it.

ADD REPLY

Login before adding your answer.

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