How can I read the MMIntensities from CEL files using celintensityread()?

1 次查看(过去 30 天)
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 个评论
Luuk van Oosten
Luuk van Oosten 2019-8-7
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
Dear Luuk,
Unfortunately, the CEL-files are too big to attach them to my question (even after compression). But I added a link to the CEL-files and also the CDF-file to my original question. I hope this helps.

请先登录,再进行评论。

采纳的回答

Chidvi Modala
Chidvi Modala 2019-8-13
ProbeStructure = celintensityread(..., 'PMOnly', PMOnlyValue, ...) includes or excludes the mismatch (MM) probe intensity values. When PMOnlyValue is true, celintensityread returns only perfect match (PM) probe intensities. When PMOnlyValue is false, celintensityread returns both PM and MM probe intensities. Default is true.

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Expression Analysis 的更多信息

产品


版本

R2018b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by