Git Product home page Git Product logo

variant_prioritization's Introduction

Genomic Variant Prioritization

Snakemake workflow post-genotype calling to prioritize disease-causing variants on biowulf2.

Quick-ish Test Start Using Demo vcf

  • Log into your biowulf2 account.
  • sinteractive
  • mkdir -p ~/git
  • cd ~/git
  • git clone https://github.com/NEI/OGL/variant_prioritization.git(to be created)
  • After NGS_genotype_calling, cd prioritization
  • cp ~/git/variant_prioritization/config_variant_prioritization.yaml .
  • sbatch --time=4:0:0 ../Snakemake.wrapper.sh config_variant_prioritization.yaml

Input

  • VCF from deepvariant/freebayes tested NGS_genotype_calling Has to be bgzipped.
  • PED with the same set of samples in VCF. The samples in PED and VCF must match. PED file has to be "\t" delimited. If header in PED, it has to start with #.
  • SampleID in fastq files and PED files CANNOT contain "-" or "" if using default script creating metadata.csv file. Seems that sampleID with "-" willl be converted by Gemini to "".
  • "Default" Gemini quieries for indiviudal samples and families will be included.

Set up

Copy config_variant_prioritization.yaml to your local folder and edit the ped field to give a path to your ped file. You will also need to edit the family_name to instruct Snakemake which families (must match ped family field, column 1) to create reports from. You can either give one family like so:

####- family_name: 'gupta_fam' - if you leave this blank (family_name: '') then only the GEMINI database will be created (no family reports) Or a list of families to process like so:- family_name: ['gupta_fam', 'smith_fam', 'chan_fam'] Alternatively, family_name will be generated from PED file by the pipeline

Finally edit config_variant_prioritization.yaml to put your vcf (bgzip'ed and tabix'ed) in. #log After git commit, run git log | head -n 5 > /data/OGL/resources/variant_prioritization.git.log This file will be copied to project folder in SnakeWrapper

Run (in biowulf2)

sbatch --time=12:00:00 ~/git/variant_prioritization/Snakemake.wrapper.sh COPIED_OVER_YAML_FILE.yaml

Visualization

variant_prioritization's People

Contributors

davemcg avatar bin-guan avatar ehsanullah83 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.