Error when using getgeodata

3 views (last 30 days)
Vitaly Kheyfets
Vitaly Kheyfets on 29 May 2020
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?
谢谢你!
Vitaly
1 Comment
Tim DeFreitas
Tim DeFreitas on 29 May 2020
你能分享确切的命令你running that is giving you the erorr? I am able to retrieve the GSE data in the example:
>> gseData = getgeodata('GSE5847',“去整理”,'GSE5847.txt')
gseData =
struct字段:
Header: [1×1 struct]
Data: [22283×95 bioma.data.DataMatrix]

Sign in to comment.

Answers (1)

Vitaly Kheyfets
Vitaly Kheyfets on 29 May 2020
Hi Tim,
That's strange. This is what I'm getting:
Thanks,
Vitaly
>> gseData = getgeodata('GSE5847',“去整理”,'GSE5847.txt')
Errorusing getgeodata (line 156)
Unableto find data for the specified GEO Accession Number. Recently
submitteddata sets might not be available for immediate download.
2 Comments
Vitaly Kheyfets
Vitaly Kheyfets on 29 May 2020
Yup, I'm using 2018b. Thanks!!!
Vitaly

Sign in to comment.

Categories

下载188bet金宝搏


Release

R2018b

Community Treasure Hunt

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

Start Hunting!