How can I read the MMIntensities from CEL files using celintensityread()?
Show older comments
I read in several CEL-files and the corresponding CDF file using celintensityread:
CEL_files_wCDF = celintensityread(CEL_files, path_CDF_file, 'CELPath', path_CEL_files);
When I'm looking at my "CEL_files_wCDF" variable, I can only find the PMIntensities, but not the MMIntensities. The CDF file should contain their position as I checked for it by using the following commands:
cdfStruct = affyread(CDF_file_name, path_CDF_file);
cdfStruct.ProbeSetColumnNames
cdfStruct.ProbeSets(index).ProbePairs
How can I retrieve the information about the MMIntensities using celintensityread()?
Thanks a lot in advance for any help.
Edit:
You can find the CEL-files here:
https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE11906 (look for GSE11906_RAW.tar)
The CDF-file can be found here:
http://www.affymetrix.com/support/technical/byproduct.affx?product=hg-u133-plus (under "Library files")
2 Comments
Luuk van Oosten
on 7 Aug 2019
Dear Fabienne,
Can you attach (a couple of) the CEL file(s) you are trying to open, so one can try out whatever it is that you are trying to do?
Thanks in advance.
Fabienne Rössler
on 7 Aug 2019
Accepted Answer
More Answers (0)
Categories
Find more on Multirate Signal Processing in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!