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

1 回表示 (過去 30 日間)
Fabienne Rössler
Fabienne Rössler 2019 年 8 月 6 日
コメント済み: Fabienne Rössler 2019 年 8 月 13 日
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
Fabienne Rössler 2019 年 8 月 7 日
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.
  1 件のコメント
Fabienne Rössler
Fabienne Rössler 2019 年 8 月 13 日
Thank you so much, I totally overlooked this input argument.

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeExpression Analysis についてさらに検索

製品


リリース

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by