This is a test version of Biostars. For the public version, visit https://www.biostars.org.
GEO data retrieve and analyasis

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 answers

Use the function untar in R

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.

Does that work in R?

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

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

Log in to answer this question.