GithubHelp home page GithubHelp logo

pasted / variant_parser Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 91 KB

Selects possible pathogenic variants from an Alamut output

License: MIT License

Ruby 99.82% Shell 0.18%
variants hpo variant-parser exome-sequencing

variant_parser's Introduction

Variant Parser for virtual panels

A parser for selecting a shortlist of variants from an Alamut file. By specifying a list of candidate genes generated from HPO / Phenomizer, the Alamut input is parsed and a standard ruleset applied in order to reduce the number of variants to a shortlist of potential pathogenic ones. The Alamut input is generated from an WES VCF file.

Created by Garan Jones [email protected]

Installation

Clone the repository to a suitable directory, initiallizing Git if required;

	git init
	git clone https://github.com/pasted/variant_parser.git
	bundle install

Usage

Help list of commands

	ruby variant_parser.rb --help

General use, with output to an Excel file

	ruby variant_parser.rb -v <example_alamut_file.txt> -g <example_gene_list.txt> -p <sample_id> -e
Options:
  -v, --variants=<s>            Filepath to Alamut file to parse.
  -f, --fake-exome-depth=<s>    Filepath to fake Exome Depth file to parse.
  -g, --genes=<s>               Filepath to text file with list of valid HGVS gene symbols - one symbol per line.
  -o, --ontology-genes=<s>      Filepath to CSV export from HPO web browser.
  -a, --approved-genes          Check gene symbols against HGNC - only process those which are the current symbol
  -e, --excel-output            Export results to an Excel spreadsheet.
  -p, --proband-sample=<s>      Proband sample ID to include in output
  -c, --clinvar                 Include ClinVar pathogenic candidates (CliniVarClinSignifs: Pathogenic; ClinVarReviewStatus: 3 or 4; ClinVarOrigins: Germline).
  -r, --research                Select variants on research criteria.
  -m, --maf-cutoff=<f>          Set a Minor Allele Frequency (MAF) cutoff - integer out of 1 based on ExAC all populations frequencies. (Default: 0.05)
  -s, --result-prefix           Set the prefix for the result file output, for example Family ID. Defaults to the directory name two levels up from the Alamut variant file.
  -l, --all                     Parse all variants without a genelist
  -h, --help                    Show this message

##Selection of candidate genes

See the Wiki section on using HPO / Phenomizer

variant_parser's People

Contributors

pasted avatar

Stargazers

 avatar

Watchers

 avatar

variant_parser's Issues

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.