https://github.com/markziemann/dee2
Digital Expression Explorer 2 (DEE2): a repository of uniformly processed RNA-seq data
https://github.com/markziemann/dee2
bioinformatics data-mining genetics genomics rna-expression rna-seq transcriptomics
Last synced: about 1 month ago
JSON representation
Digital Expression Explorer 2 (DEE2): a repository of uniformly processed RNA-seq data
- Host: GitHub
- URL: https://github.com/markziemann/dee2
- Owner: markziemann
- License: gpl-3.0
- Created: 2017-05-10T12:39:19.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2025-12-19T05:55:08.000Z (3 months ago)
- Last Synced: 2025-12-22T01:46:41.404Z (3 months ago)
- Topics: bioinformatics, data-mining, genetics, genomics, rna-expression, rna-seq, transcriptomics
- Language: HTML
- Homepage: http://dee2.io
- Size: 56.4 MB
- Stars: 41
- Watchers: 1
- Forks: 7
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DEE2
The aim of DEE2 is to make all RNA-seq data freely available to everyone. DEE2 consists of three parts:
* Webserver where end-users can search for and obtain data-sets of interest
* Pipeline that can download and process SRA data as well as users' own fastq files.
* Back-end that collects, filters and organises data provided by contributing worker nodes.
DEE2 currently supports analysis of several major species including A. thaliana , C. elegans, D. melanogaster, D. rerio, E. coli, H. sapiens, M. musculus, R. norvegicus and S. cerevisiae. The DEE2 pipeline downloads data from SRA and processes it, providing tabulated data that can be used in downstream statistical analysis.
We have recently added support for B. distachyon, G. max, H. vulgare, O. sativa, P. trichocarpa, S. bicolor, S. lycopersicum, S. tuberosum, T. aestivum, V. vinifera and Z. mays.
## How can I access the processed data?
The processed data is available at http://dee2.io and can be also accessed using our specially developed [R interface](https://bioconductor.org/packages/getDEE2/).
Project bundles are available [here](https://dee2.io/huge/), and bulk data dumps are available [here](https://dee2.io/mx/).
If there is a particular dataset of interest missing from DEE2, you can use the [request webform](http://dee2.io/request.html) to have it expedited.
## Want to learn more?
For information on different parts of the app, see the specific documentation:
* [How to use the pipeline to process raw data](../master/pipeline/README.md)
* [How we validated the accuracy of the pipeline](../master/validation/README.md)
* [How the backend scripts are organised](../master/backend/README.md)
* [How the frontend scripts are organised](../master/frontend/README.md)
Feedback, bug reports, and contributions to code development are very welcome.