Giter VIP home page Giter VIP logo

cosmic_snp_filter's Introduction

cosmic_snp_filter

Build Status

Remove COSMIC SNP variants from a VCF file

Given a VCF file annotated with both dbSNP and COSMIC, it removes the SNPs present in the CosmicCodingMuts84.vcf or CosmicNonCodingVariants.vcf files. The problem comes from the fact that the VCF annotated with dbSNP contains SNPs that could also be genetically dangerous and they should not be thrown-away.

The COSMIC VCFs, both the coding and non coding, are not freely available for everyone. You should sign up to COSMIC using your university email. COSMIC data is completely free to academic research communities, but commercial users should contact COSMIC for licences which are priced according to organisation size.

It uses uthash, a hash table for C structures using COSMIC IDS as keys.

Usage

The VCF to be filtered shoud be annotated with COSMIC using SnpSift software:

$ java -Xmx4g -jar /tmp/snpEff/SnpSift.jar annotate All_20180418.vcf.gz  starting.vcf  > dbsnp_annotated.vcf
$ java -Xmx4g -jar /tmp/snpEff/SnpSift.jar annotate CosmicCodingMuts.vcf.gz  dbsnp_annotated.vcf  > cosmic_annotated.vcf

Then you can use the program:

$ cosmic_snp_filter CosmicNonCodingVariants.vcf cosmic_annotated.vcf > cosmic_annotated_with_no_snps.vcf

The -h options shows the help:

$ cosmic_snp_filter -h
Usage: cosmic_snp_filter  [OPTION]... COSMIC_VCF VCF_to_filter
  -h	show help options

Licence

DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE, version 2, December 2004.

WTFPL

cosmic_snp_filter's People

Contributors

alexcoppe avatar

Watchers

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