All Projects → foerstner-lab → READemption

foerstner-lab / READemption

Licence: ISC license
A pipeline for the computational evaluation of RNA-Seq data

Programming Languages

python
139335 projects - #7 most used programming language
r
7636 projects

Projects that are alternatives of or similar to READemption

rnatoy
A proof of concept RNA-Seq pipeline with Nextflow
Stars: ✭ 32 (+33.33%)
Mutual labels:  rna-seq
Whippet.jl
Lightweight and Fast; RNA-seq quantification at the event-level
Stars: ✭ 85 (+254.17%)
Mutual labels:  rna-seq
TransPi
TransPi – a comprehensive TRanscriptome ANalysiS PIpeline for de novo transcriptome assembly
Stars: ✭ 18 (-25%)
Mutual labels:  rna-seq
scTCRseq
Processing of single cell RNAseq data for the recovery of TCRs in python
Stars: ✭ 22 (-8.33%)
Mutual labels:  rna-seq
kallistobustools
kallisto | bustools workflow for pre-processing single-cell RNA-seq data
Stars: ✭ 79 (+229.17%)
Mutual labels:  rna-seq
scCATCH
Automatic Annotation on Cell Types of Clusters from Single-Cell RNA Sequencing Data
Stars: ✭ 137 (+470.83%)
Mutual labels:  rna-seq
DEGreport
Create a cromphensive report of DEG list coming from any analysis of RNAseq data
Stars: ✭ 18 (-25%)
Mutual labels:  rna-seq
biojupies
Automated generation of tailored bioinformatics Jupyter Notebooks via a user interface.
Stars: ✭ 96 (+300%)
Mutual labels:  rna-seq
GREIN
GREIN : GEO RNA-seq Experiments Interactive Navigator
Stars: ✭ 40 (+66.67%)
Mutual labels:  rna-seq
dee2
Digital Expression Explorer 2 (DEE2): a repository of uniformly processed RNA-seq data
Stars: ✭ 32 (+33.33%)
Mutual labels:  rna-seq
pipeline-pinfish-analysis
Pipeline for annotating genomes using long read transcriptomics data with pinfish
Stars: ✭ 27 (+12.5%)
Mutual labels:  rna-seq
PECA
PECA is a software for inferring context specific gene regulatory network from paired gene expression and chromatin accessibility data
Stars: ✭ 31 (+29.17%)
Mutual labels:  rna-seq
pychopper
A tool to identify, orient, trim and rescue full length cDNA reads
Stars: ✭ 74 (+208.33%)
Mutual labels:  rna-seq
DGCA
Differential Gene Correlation Analysis
Stars: ✭ 32 (+33.33%)
Mutual labels:  rna-seq
snakefiles
🐍 Snakefiles for common RNA-seq data analysis workflows.
Stars: ✭ 78 (+225%)
Mutual labels:  rna-seq
dolphinnext
A graphical user interface for distributed data processing of high throughput genomics
Stars: ✭ 92 (+283.33%)
Mutual labels:  rna-seq
drop
Pipeline to find aberrant events in RNA-Seq data, useful for diagnosis of rare disorders
Stars: ✭ 69 (+187.5%)
Mutual labels:  rna-seq
RATTLE
Reference-free reconstruction and error correction of transcriptomes from Nanopore long-read sequencing
Stars: ✭ 35 (+45.83%)
Mutual labels:  rna-seq
OrchestratingSingleCellAnalysis-release
An online companion to the OSCA manuscript demonstrating Bioconductor resources and workflows for single-cell RNA-seq analysis.
Stars: ✭ 35 (+45.83%)
Mutual labels:  rna-seq
GGR-cwl
CWL tools and workflows for GGR
Stars: ✭ 20 (-16.67%)
Mutual labels:  rna-seq

Latest Version License Build Status Documentation Status DOI

About

READemption is a pipeline for the computational evaluation of RNA-Seq data. It was originally developed to process dRNA-Seq reads (as introduced by Sharma et al., Nature, 2010) originating from bacterial samples. Meanwhile is has been extended to process data generated in different experimental setups and from all domains of life. The functions which are accessible via a command-line interface cover read processing and aligning, coverage calculation, gene expression quantification, differential gene expression analysis as well as visualization. In order to set up and perform analyses quickly READemption follows the principal of "convention over configuration": Once the input files are copied/linked into defined folders no further parameters have to be given. Still, READemption's behavior can be adapted to specific needs of the user by parameters.

Documentation

Documentation can be found on here.

Installation

Short version (if you have all the requirements installed):

$ pip install READemption

Long version including a description of the requirements and how do you get them.

License

ICSL (Internet Systems Consortium license ~ simplified BSD license) - see LICENSE.txt

Development

  • If possible follow the principal of "convention over configuration". This means input file are copied/linked into a fixed location and the resulting files are placed in fixed locations.

  • The classes should be path agnostic as far a possible. The controller is taking care of that and calls them adequately.

  • The git braching model is very close to the one proposed here. There two main branches:

    • master
    • dev(elopment)

    And there are further supporting branches:

    • feature branches - branched off and back to the dev branch
    • release branches - branched off from dev and merged back into dev and master
    • hotfix branches - branched off from master and merged back into dev and master
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].