Access metadata in GEO expression datasets
0
0
Entering edit mode
3.5 years ago
priya.bmg ▴ 60

Hi,

I have been trying to analyze expression datasets from NCBI GEO database. Because of memory allocation problem, I am not able to load the expression text file in R. But I could save the SOFT file in temporary file location. Is there a way to access few rows and columns in this SOFT file? I tried using GEOquery R package and I can't access the meta data

Thanks

Priya

GEO Gene expression R • 1.5k views
ADD COMMENT
0
Entering edit mode

Can you post the code that you have tried to access the file?

ADD REPLY
0
Entering edit mode
gds <- getGEO("GSE25219")

Got the below error message:

Found 2 file(s)

GSE25219-GPL5175_series_matrix.txt.gz

Using locally cached version: C:\Users\dell\AppData\Local\Temp\RtmpGGb51t/GSE25219-GPL5175_series_matrix.txt.gz

Error in read_lines_(ds, skip_empty_rows = skip_empty_rows, locale_ = locale,  : 

Cannot read file C:/Users/dell/AppData/Local/Temp/RtmpGGb51t/file130c7d4d52f1: Not enough storage is available to process this command.
ADD REPLY
1
Entering edit mode

Your data is shared between two platforms GPL5175 GPL5188

You can download it manually from above links

ADD REPLY
0
Entering edit mode

The error message is telling you don't have enough device space.

ADD REPLY
0
Entering edit mode

Yes there is not enough memory to load the data using the getGEO command. Is there a way around to save the data and do the analysis without much memory usage?

ADD REPLY
2
Entering edit mode

It is not about RAM it is about hard drive space.

ADD REPLY
1
Entering edit mode

What are your objectives ? The size of your raw data is around 65 GB

ADD REPLY

Login before adding your answer.

Traffic: 2567 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6