All Projects → nextflow-io → rnatoy

nextflow-io / rnatoy

Licence: other
A proof of concept RNA-Seq pipeline with Nextflow

Programming Languages

Nextflow
61 projects
Dockerfile
14818 projects

Projects that are alternatives of or similar to rnatoy

NGI-RNAseq
Nextflow RNA-Seq Best Practice analysis pipeline, used at the SciLifeLab National Genomics Infrastructure.
Stars: ✭ 50 (+56.25%)
Mutual labels:  rna-seq, rnaseq
DEGreport
Create a cromphensive report of DEG list coming from any analysis of RNAseq data
Stars: ✭ 18 (-43.75%)
Mutual labels:  rna-seq
recount
R package for the recount2 project. Documentation website: http://leekgroup.github.io/recount/
Stars: ✭ 40 (+25%)
Mutual labels:  rnaseq
TCC-GUI
📊 Graphical User Interface for TCC package
Stars: ✭ 35 (+9.38%)
Mutual labels:  rna-seq
viGEN
viGEN - A bioinformatics pipeline for the exploration of viral RNA in human NGS data
Stars: ✭ 24 (-25%)
Mutual labels:  rnaseq
kana
Single cell analysis in the browser
Stars: ✭ 81 (+153.13%)
Mutual labels:  rna-seq
ExpressionMatrix2
Software for exploration of gene expression data from single-cell RNA sequencing.
Stars: ✭ 29 (-9.37%)
Mutual labels:  rnaseq
ngs pipeline
Exome/Capture/RNASeq Pipeline Implementation using snakemake
Stars: ✭ 40 (+25%)
Mutual labels:  rnaseq
arriba
Fast and accurate gene fusion detection from RNA-Seq data
Stars: ✭ 162 (+406.25%)
Mutual labels:  rna-seq
pm4ngs
Project Manager for NGS data analysis
Stars: ✭ 21 (-34.37%)
Mutual labels:  rnaseq
Protocols-4pub
Multi-omics analysis protocols by Lyu.
Stars: ✭ 37 (+15.63%)
Mutual labels:  rna-seq
poreplex
A versatile sequenced read processor for nanopore direct RNA sequencing
Stars: ✭ 74 (+131.25%)
Mutual labels:  rna-seq
rna-seq-kallisto-sleuth
A Snakemake workflow for differential expression analysis of RNA-seq data with Kallisto and Sleuth.
Stars: ✭ 56 (+75%)
Mutual labels:  rna-seq
ORNA
Fast in-silico normalization algorithm for NGS data
Stars: ✭ 21 (-34.37%)
Mutual labels:  rna-seq
dolphinnext
A graphical user interface for distributed data processing of high throughput genomics
Stars: ✭ 92 (+187.5%)
Mutual labels:  rna-seq
NGS
Next-Gen Sequencing tools from the Horvath Lab
Stars: ✭ 30 (-6.25%)
Mutual labels:  rna-seq
scaden
Deep Learning based cell composition analysis with Scaden.
Stars: ✭ 61 (+90.63%)
Mutual labels:  rna-seq
grape-nf
An automated RNA-seq pipeline using Nextflow
Stars: ✭ 30 (-6.25%)
Mutual labels:  rna-seq
alpine
Modeling and correcting fragment sequence bias for RNA-seq
Stars: ✭ 25 (-21.87%)
Mutual labels:  rnaseq
atacr
Analysing Capture Seq Count Data
Stars: ✭ 14 (-56.25%)
Mutual labels:  rnaseq

RNA-Seq toy pipeline

A proof of concept of a RNA-Seq pipeline intended to show Nextflow scripting and reproducibility capabilities.

nextflow Build Status

How execute it

  1. Install Docker on your computer. Read more here https://docs.docker.com/

  2. Install Nextflow (version 20.01.0 or later)

    curl -fsSL get.nextflow.io | bash

  3. Pull the required Docker image as shown below:

    docker pull nextflow/rnatoy:1.3

  4. Launch the pipeline execution:

    nextflow run nextflow-io/rnatoy -with-docker

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].