GEO data retrieve and analyasis
2
0
Entering edit mode
8.2 years ago

I have download a dataset from GEO i.e in TAR file format. I don't know how to open that data in R.

R • 2.4k views
ADD COMMENT
0
Entering edit mode

GEO is a big data archive, depending on what kind of file you have downloaded, its better to pre-process (extract/sanity check) on command line and then proceed to R. If you are doing it routinely, better is check SRAdb pakage.

Using the SRAdb Package to Query the Sequence Read Archive

ADD REPLY
0
Entering edit mode
8.2 years ago
Benn 8.3k

Use the function untar in R

ADD COMMENT
0
Entering edit mode
8.2 years ago
Jenez ▴ 540

Extract the contents of the tar file first?

tar -xzf "filename.tar.gz"

And this is not a bioinformatical question. A simple google search of 'tar files' would've explained it.

ADD COMMENT
0
Entering edit mode

Does that work in R?

ADD REPLY
0
Entering edit mode

It's bash command line. I was questioning why not just extract the .tar before attempting to process it

ADD REPLY
0
Entering edit mode

I know, but the question was how to open in R right?

ADD REPLY

Login before adding your answer.

Traffic: 2670 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