Error when using getgeodata
2 ビュー (過去 30 日間)
古いコメントを表示
Hello,
When I try this example to import GEO series data, I get an error that Matlab is "Unable to find data for the specified GEO Accession Number."
When I try with the dataset I am hoping to download, I get the exact same error.
However, when I try: geoStruct = getgeodata('GSM1768') .... this seems to work.
Is the issue with GSE series?
Thank You,
Vitaly
1 件のコメント
Tim DeFreitas
2020 年 5 月 29 日
Can you share the exact command that you are running that is giving you the erorr? I am able to retrieve the GSE data in the example:
>> gseData = getgeodata('GSE5847', 'ToFile', 'GSE5847.txt')
gseData =
struct with fields:
Header: [1×1 struct]
Data: [22283×95 bioma.data.DataMatrix]
回答 (1 件)
Vitaly Kheyfets
2020 年 5 月 29 日
2 件のコメント
Tim DeFreitas
2020 年 5 月 29 日
What version of Matlab are you using? If you have an older version, you are likely running into this: https://www.mathworks.com/support/bugreports/2175385
参考
カテゴリ
Help Center および File Exchange で Weather and Atmospheric Science についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!