We analyzed the field of expression profiling by high throughput sequencing, or RNA-seq, in terms of replicability and reproducibility, using data from the GEO (Gene Expression Omnibus) repository. Our work puts an upper bound of 56% to field-wide reproducibility, based on the types of files submitted to GEO.
Got to https://doi.org/10.5281/zenodo.7529832 for the latest version and download data archive, let's say, to your Downloads folder.
Then create new folder, e.g. "geo-htseq" and enter this folder
mkdir geo-htseq
cd geo-htseq
Copy downloaded dataset to your working directory and uncompress:
cp ~/Downloads/geo-htseq.tar.gz .
tar -xzvf geo-htseq.tar.gz
Remove tar.gz archive from working directory:
rm geo-htseq.tar.gz
Now you should have dataset in "output" subdirectory ready for analysis.