Entering edit mode
8.8 years ago
sainiisha22
•
0
I have download a dataset from GEO i.e in TAR file format. I don't know how to open that data in R.
I have download a dataset from GEO i.e in TAR file format. I don't know how to open that data 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.
Use of this site constitutes acceptance of our User Agreement and Privacy Policy.
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