필터 지우기
필터 지우기

Error when using getgeodata

조회 수: 2 (최근 30일)
Vitaly Kheyfets
Vitaly Kheyfets 2020년 5월 29일
댓글: Vitaly Kheyfets 2020년 5월 29일
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
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
Vitaly Kheyfets 2020년 5월 29일
Hi Tim,
That's strange. This is what I'm getting:
Thanks,
Vitaly
>> gseData = getgeodata('GSE5847', 'ToFile', 'GSE5847.txt')
Error using getgeodata (line 156)
Unable to find data for the specified GEO Accession Number. Recently
submitted data sets might not be available for immediate download.
  댓글 수: 2
Tim DeFreitas
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
Vitaly Kheyfets
Vitaly Kheyfets 2020년 5월 29일
Yup, I'm using 2018b. Thanks!!!
Vitaly

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Bioinformatics Toolbox에 대해 자세히 알아보기

제품


릴리스

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by