All Projects → patidarr → ngs_pipeline

patidarr / ngs_pipeline

Licence: MIT license
Exome/Capture/RNASeq Pipeline Implementation using snakemake

Programming Languages

python
139335 projects - #7 most used programming language
perl
6916 projects
r
7636 projects
shell
77523 projects

Projects that are alternatives of or similar to ngs pipeline

ctdna-pipeline
A simplified pipeline for ctDNA sequencing data analysis
Stars: ✭ 29 (-27.5%)
Mutual labels:  pipeline, ngs
tailseeker
Software for measuring poly(A) tail length and 3′-end modifications using a high-throughput sequencer
Stars: ✭ 17 (-57.5%)
Mutual labels:  snakemake, pipeline
Galaxy
Data intensive science for everyone.
Stars: ✭ 812 (+1930%)
Mutual labels:  pipeline, ngs
NGI-RNAseq
Nextflow RNA-Seq Best Practice analysis pipeline, used at the SciLifeLab National Genomics Infrastructure.
Stars: ✭ 50 (+25%)
Mutual labels:  pipeline, rnaseq
needlestack
Multi-sample somatic variant caller
Stars: ✭ 45 (+12.5%)
Mutual labels:  pipeline, ngs
MTBseq source
MTBseq is an automated pipeline for mapping, variant calling and detection of resistance mediating and phylogenetic variants from illumina whole genome sequence data of Mycobacterium tuberculosis complex isolates.
Stars: ✭ 26 (-35%)
Mutual labels:  pipeline, ngs
Ugene
UGENE is free open-source cross-platform bioinformatics software
Stars: ✭ 112 (+180%)
Mutual labels:  pipeline, ngs
fastq-and-furious
Efficient handling of FASTQ files from Python
Stars: ✭ 49 (+22.5%)
Mutual labels:  ngs, fastq
pm4ngs
Project Manager for NGS data analysis
Stars: ✭ 21 (-47.5%)
Mutual labels:  rnaseq, ngs-pipeline
rna-seq-snakemake
Snakemake based pipeline for RNA-Seq analysis
Stars: ✭ 29 (-27.5%)
Mutual labels:  snakemake, pipeline
IARC-nf
List of IARC bioinformatics nextflow pipelines
Stars: ✭ 34 (-15%)
Mutual labels:  pipeline, ngs
bin
My bioinfo toolbox
Stars: ✭ 42 (+5%)
Mutual labels:  ngs, fastq
fastq utils
Validation and manipulation of FASTQ files, scRNA-seq barcode pre-processing and UMI quantification.
Stars: ✭ 25 (-37.5%)
Mutual labels:  ngs, fastq
DNAscan
DNAscan is a fast and efficient bioinformatics pipeline that allows for the analysis of DNA Next Generation sequencing data, requiring very little computational effort and memory usage.
Stars: ✭ 36 (-10%)
Mutual labels:  pipeline, ngs
readfq
A simple tool to calculate reads number and total base count in FASTQ file
Stars: ✭ 19 (-52.5%)
Mutual labels:  ngs, fastq
Ngseasy
Dockerised Next Generation Sequencing Pipeline (QC, Align, Calling, Annotation)
Stars: ✭ 80 (+100%)
Mutual labels:  pipeline, ngs
alignment-nf
Whole Exome/Whole Genome Sequencing alignment pipeline
Stars: ✭ 19 (-52.5%)
Mutual labels:  ngs, gatk
ngs-test-data
A workflow for creating small NGS test data sets, useful for continuous integration.
Stars: ✭ 19 (-52.5%)
Mutual labels:  snakemake, ngs
grape-nf
An automated RNA-seq pipeline using Nextflow
Stars: ✭ 30 (-25%)
Mutual labels:  pipeline, ngs
ngs-preprocess
A pipeline for preprocessing NGS data from Illumina, Nanopore and PacBio technologies
Stars: ✭ 22 (-45%)
Mutual labels:  pipeline, ngs

![Snakemake](https://img.shields.io/badge/snakemake- >=3.8.0-brightgreen.svg?style=flat-square)

Introduction

This is the implementation of KhanLab NGS Pipeline using Snakemake.

Installation

The easiest way to get this pipeline is to clone the repository.

git clone https://github.com/patidarr/ngs_pipeline.git

This pipeline is available on NIH biowulf cluster, contact me if you would like to do a test run. The data from this pipeline could directly be ported in OncoGenomics-DB, an application created to visualize NGS data available to NIH users.

Requirements

mutt
gnu parallel
SLURM or PBS for resource management
Bioinformatics Tools Listed in config files

Following R Packages

Conventions

  • Sample names cannot have "/" or "." in them
  • Fastq files end in ".fastq.gz"
  • Fastq files are stored in DATA_DIR (Set as Environment Variable)

DNASeq:

  • QC
  • BWA, Novoalign
  • Broad Standard Practices on bwa bam
  • Haplotype Caller, Platupys, Bam2MPG, MuTect, Strelka
  • snpEff, Annovar, SIFT, pph2, Custom Annotation
  • Coverage Plot, Circos Plot, Hotspot Coverage Box Plot
  • Create input format for oncogenomics database (Patient Level)
  • Make Actionable Classification for Germline and Somatic Mutations
  • Copy number based on the simple T/N LogRatio (N cov >=30), Corrected for Total # Reads
  • Copy number, tumor purity using sequenza
  • LRR adjusted to center
  • Contamination using conpair
  • HLA Typing
  • Neoantigen Prediction
    • pVAC-Seq methods: NNalign,NetMHC,NetMHCIIpan,NetMHCcons,NetMHCpan,PickPocket,SMM,SMMPMBEC,SMMalign
      epitope length: 8,9,10,11

RNASeq:

  • QC
  • Tophat, STAR
  • Broad Standard Practices on STAR bam
  • fusion-catcher, tophat-fusion, deFuse
  • Cufflinks (ENS and UCSC)
  • Rsubread TPM (ENS, UCSC), Gene, Transcript and Exon Level
  • In-house Exon Expression (ENS and UCSC)
  • Haplotype Caller
  • snpEff, Annovar, SIFT, pph2, Custom Annotation
  • Actionable Fusion classification

Patient:

  • Genotyping On Patient. 1000g sites are evaluated for every library and then compared (all vs all) If two libraries come from a patient the match should be pretty good >80%
  • Still to develop: If the match is below a certain threshold, break the pipeline for patient.

Rulegraph

alt tag

DAG for example Sample alt tag

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