count data from microarray dataset 72 CEL file and related ARR files.
1
0
Entering edit mode
3.9 years ago
aarvaBioinfo ▴ 10

hi everyone, I am new about MicroArray datasset, so want to ask how can i generate the count data from microarray dataset 72 CEL file and related ARR files. will appreciate your help.

microarray affimatrix CEL and ARR files ChIP-Seq R • 2.0k views
ADD COMMENT
1
Entering edit mode

ejem, microarrays don't have count-data, it is based on probe signals. You are mentioning CEL files, so I guess you have Affymetrix data, check R:affy and R:limma for the analysis.

ADD REPLY
0
Entering edit mode

Thank you very much for your reply.

ADD REPLY
1
Entering edit mode
3.9 years ago
ATpoint 82k

Microarrays work with intensity values, not counts. The CEL files are the raw data generated by Affymetrix arrays, they can be processed e.g. with the oligo package. First load them into R with oligo::read.celfiles and then oligo::rma for normalization and background subtraction. This should give you normalized data on the log2 scale which are ready for processing e.g. differential analysis using the limma package.

ADD COMMENT
0
Entering edit mode

Thank you very much,

ADD REPLY

Login before adding your answer.

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