All Projects → uc-bd2k → GREIN

uc-bd2k / GREIN

Licence: GPL-2.0 license
GREIN : GEO RNA-seq Experiments Interactive Navigator

Programming Languages

HTML
75241 projects
r
7636 projects

Projects that are alternatives of or similar to GREIN

pyrpipe
Reproducible bioinformatics pipelines in python. Import any Unix tool/command in python.
Stars: ✭ 53 (+32.5%)
Mutual labels:  rna-seq, bioinformatics-pipeline, bioinformatics-analysis, rna-seq-pipeline
GeneTonic
Enjoy your transcriptomic data and analysis responsibly - like sipping a cocktail
Stars: ✭ 66 (+65%)
Mutual labels:  gene-expression, rna-seq-analysis, rna-seq-data
DGCA
Differential Gene Correlation Analysis
Stars: ✭ 32 (-20%)
Mutual labels:  rna-seq, gene-expression
psichomics
Interactive R package to quantify, analyse and visualise alternative splicing
Stars: ✭ 26 (-35%)
Mutual labels:  gene-expression, rna-seq-data
PECA
PECA is a software for inferring context specific gene regulatory network from paired gene expression and chromatin accessibility data
Stars: ✭ 31 (-22.5%)
Mutual labels:  rna-seq, gene-expression
vidger
Make rapid visualizations of RNA-seq data in R
Stars: ✭ 19 (-52.5%)
Mutual labels:  gene-expression, rna-seq-analysis
bystro
Bystro genetic analysis (annotation, filtering, statistics)
Stars: ✭ 31 (-22.5%)
Mutual labels:  bioinformatics-pipeline, bioinformatics-analysis
Awesome Single Cell
Community-curated list of software packages and data resources for single-cell, including RNA-seq, ATAC-seq, etc.
Stars: ✭ 1,937 (+4742.5%)
Mutual labels:  gene-expression, rna-seq-data
CD4-csaw
Reproducible reanalysis of a combined ChIP-Seq & RNA-Seq data set
Stars: ✭ 16 (-60%)
Mutual labels:  rna-seq, bioinformatics-pipeline
ideal
Interactive Differential Expression AnaLysis - DE made accessible and reproducible
Stars: ✭ 24 (-40%)
Mutual labels:  rna-seq, rna-seq-analysis
haystack bio
Haystack: Epigenetic Variability and Transcription Factor Motifs Analysis Pipeline
Stars: ✭ 42 (+5%)
Mutual labels:  rna-seq, gene-expression
TransPi
TransPi – a comprehensive TRanscriptome ANalysiS PIpeline for de novo transcriptome assembly
Stars: ✭ 18 (-55%)
Mutual labels:  rna-seq, rna-seq-pipeline
ORNA
Fast in-silico normalization algorithm for NGS data
Stars: ✭ 21 (-47.5%)
Mutual labels:  rna-seq, rna-seq-analysis
kana
Single cell analysis in the browser
Stars: ✭ 81 (+102.5%)
Mutual labels:  rna-seq, interactive-visualizations
workflows
Bioinformatics curated workflows that use Biocontainers tools
Stars: ✭ 18 (-55%)
Mutual labels:  bioinformatics-pipeline
beihu-geo
地理位置解析服务,可供爬虫使用!供参考学习!
Stars: ✭ 16 (-60%)
Mutual labels:  geo
scTCRseq
Processing of single cell RNAseq data for the recovery of TCRs in python
Stars: ✭ 22 (-45%)
Mutual labels:  rna-seq
cobrame
A COBRApy extension for genome-scale models of metabolism and expression (ME-models)
Stars: ✭ 30 (-25%)
Mutual labels:  gene-expression
go enrichment
Transcripts annotation and GO enrichment Fisher tests
Stars: ✭ 24 (-40%)
Mutual labels:  gene-expression
TEs genes relationship pipeline
Distribution of TEs and their relationship to genes in host genome
Stars: ✭ 13 (-67.5%)
Mutual labels:  bioinformatics-pipeline

GREIN : GEO RNA-seq experiments interactive navigator for re-analyzing GEO RNA-seq data


GREIN is accessible at:
https://shiny.ilincs.org/grein

The Gene Expression Omnibus (GEO) is a public repository of gene expression data that hosts more than 7,500 RNA-seq datasets and this number is increasing. Most of these samples are deposited in raw sequencing format which needs to be downloaded and processed. With an aim to transform all these datasets in an analysis-ready format, we are currently processing the available RNA-seq samples of human, mouse, and rat from GEO using an R-based automated pipeline GREP2. This pipeline simultaneously downloads and processes RNA-seq raw sequencing data available in GEO. We demonstrate the results in a web application, GREIN (GEO RNA-seq Experiments Interactive Navigator) using the shiny framework. This interactive and intuitive application allows a user with little or no computational programming background to explore and analyze processed GEO RNA-seq datasets in a point-and-click manner. GREIN provides the flexibility to analyze and create ilincs compliant signatures that can be uploaded to ilincs for further in-depth analysis. In addition, GREIN produces publication-ready graphs and let the user to download all the analysis results. By accumulating the processed GEO RNA-seq datasets in a common platform, we present GREIN as a prominent choice to the practitioner for analyzing GEO RNA-seq datasets.

GEO RNA-seq pipeline workflow


If you use GREIN, please cite:


Docker instructions

Installation of Docker

Ubuntu: follow the instructions to get Docker CE for Ubuntu.

Mac: follow the instructions to install the Stable verion of Docker CE on Mac.

Windows: follow the instructions to install Docker Toolbox on Windows.


Download and run the docker container

To obtain the latest docker image, run the following in your command line:

[sudo] docker pull ucbd2k/grein

Linux users may need to use sudo to run Docker.

To run the container execute the following command:

[sudo] docker run -d -p <an available port>:3838 ucbd2k/grein

Typically one can use port 3838 if not already used by another application. In that case the commad is

[sudo] docker run -d -p 3838:3838 ucbd2k/grein

First make sure that port 3838 is free to use. If not free, you can stop and kill any othe docker containers on this port by

[sudo] docker stop <container ID> && docker rm <container ID>

To know the container ID run this command:

docker ps -a

Before starting GREIN, please download the github repository first. We have put an example dataset (GSE22666) in the data folder. You should keep all the processed datasets with corresponding files (eset.RData, multiqc_report.html, and transcripts.RData) in this folder. You can process GEO RNA-seq daatsets using our GREP2 pipeline. If you want to process data on the fly using GREIN, then you will have to run the GREP2 pipeline in the backend (run GEO_data_processing.R for any new dataset you want to process and change the parameters accordingly) which will grab the GEO accession ID from the user_geo_request folder. GREIN will look for the log file within this directory. After you process the data, you will have to run after_processing.R which will update the datatable used by GREIN.

To start GREIN, open a browser and type in the address bar <Host URL>:<available port as specified>. For example http://localhost:3838 on Mac or Linux systems when 3838 port is used.

Host URL on Ubuntu and Mac is localhost, if accessed locally. On Windows, the IP is shown when Docker is launched by double-clicking the Docker Quickstart Terminal icon on desktop, or it can be obtained from the output of docker-machine ls in the interactive shell window.


Issues and bug reports

Please submit any bug reports, issues, or comments here: https://github.com/uc-bd2k/GREIN/issues

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].