Giter Club home page Giter Club logo

cancer_var_call's Introduction

Cancer Variant Calling Pipeline

This pipeline is designed for the analysis of tumor samples to identify somatic and germline mutations using next-generation sequencing data. It includes the following steps:

  1. Quality Control: Perform quality control on raw sequencing data using FastQC.
  2. Trimming: Trim adapter sequences and low-quality reads using Trimmomatic.
  3. Alignment: Map trimmed reads to a reference genome using BWA.
  4. Sorting and Indexing: Convert aligned reads to BAM format, sort, and index using Samtools.
  5. Mark Duplicates: Identify and mark duplicate reads using Picard Tools.
  6. Base Recalibration: Correct systematic errors in base quality scores using GATK.
  7. Variant Calling: Call variants using HaplotypeCaller from GATK.
  8. Variant Filtering: Filter variants for somatic and germline mutations using Mutect2 from GATK.
  9. Annotation: Annotate variants with functional and clinical information using SnpEff and ANNOVAR.
  10. Prediction of Variant Effects: Predict the functional impact of variants using REVEL.

This pipeline integrates various bioinformatics tools and databases to comprehensively analyze tumor samples and identify potentially pathogenic mutations associated with cancer.

  1. I have added a SnakeMake file draft to ensure better operationalization of the pipeline

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.