GithubHelp home page GithubHelp logo

snv-calling's Introduction

SNV-calling

Runs on Mutect2/MuSE with some processing for SureCall

Each caller has it's own annotationfilter file because of different structuring.

SureCall

agiprocv2.sh // Requires Agent from Agilent, bwa-mem, samtools

Inputs:

-d bottom directory

-l a list of samples to be processed

-b bed file

Outputs:

Trimmed/: trimmed fastq

Bams/: Barcode collapsed and unbarcode collapsed samples

SureCallAnnotationFilter.R

Inputs:

Annovar annotated vcf file off of SureCall (SNPPT)

Outputs:

filtered table

MuSE

rMuSE.sh // Requires MuSE, pretty much no other documentation other than those two lines

Has to be paired samples in form:

path/to/tumor path/to/normal samplename

runMuSE.py // For HPC jobs

MuTect2

rMutect2Chr.sh // Requires gatk/4.1.0.0+ (4.0 has weird issues with Mutect)

Runs Mutect. Note the usage() for required fields

runMutect2Chr.py // unpaired

runMutect2MatchChr.py // paired

Both generate Jobs for the HPC. To run chr by chr it's necessary to input a interval file of just that chr.

e.g. in bash:

for f in $(find {location of interval files} | grep 'chr') ; do

  python runMutect2MatchChr.py -f [tab separated paired file locations] -i $f

done

GatherVCF.py //also requires gatk/4.1.0.0+

combines the VCF files from chr to chr runs to one single VCF

note: only does chr1:22 (no M, X, Y)

gatkPoN.sh

create PoN from single sample Mutect2 runs

snv-calling's People

Contributors

huang-j avatar

Watchers

 avatar

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.