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:
The CDF-file can be found here:
2 件のコメント
このコメントへの直接リンク
https://jp.mathworks.com/matlabcentral/answers/475086-how-can-i-read-the-mmintensities-from-cel-files-using-celintensityread#comment_732637
このコメントへの直接リンク
https://jp.mathworks.com/matlabcentral/answers/475086-how-can-i-read-the-mmintensities-from-cel-files-using-celintensityread#comment_732637
このコメントへの直接リンク
https://jp.mathworks.com/matlabcentral/answers/475086-how-can-i-read-the-mmintensities-from-cel-files-using-celintensityread#comment_732646
このコメントへの直接リンク
https://jp.mathworks.com/matlabcentral/answers/475086-how-can-i-read-the-mmintensities-from-cel-files-using-celintensityread#comment_732646
サインインしてコメントする。