Code Monkey home page Code Monkey logo

coco_m's Introduction

Example of commands:

#directory to latest cocos_m:
path_to_cocos_m=/storage/cocos_m
#directory to vep:
path_to_vep=/storage/software/ensembl-tools-release-80
${path_to_vep}/scripts/variant_effect_predictor/variant_effect_predictor.pl  -i test.vcf --cache --dir_cache ${path_to_vep}/cache --offline --force_overwrite --dir_plugins path_to_cocos_m --plugin cocos_m -o test.out --stats_text

when using vep version 80, there is a 'negative count' warning. It won't affect the function. This warning has been further removed since version 87.

Additional output:

IMPACT : impact of variant

  • high severity if there is a PTC predicted with canonical rules
  • mild severity if there is a PTC predicted with noncanonical rules

PTC_POSITION : the new premature codon position in cDNA with variant inserted

TERM_TYPE : termination type of sequence

  • PTC,ncanonical,escaping NMD
  • PTC,noncanonical,escaping NMD

ALT_AA_SEQ : altered amino acid sequence

Rationale for COCOS:

  1. record exon junction positions
    • get all original exon junction positions
    • insert variant
    • get all modified exon junction positions
  2. record truncated cDNA with no 5'UTR but 3'UTR
    • scan the new cDNA and find the new PTC position
  3. determine the consequence:
    • if new PTC position doesn't exist: non-stop decayif new PTC position is 55nt early than last exon-exon junction: NMD
    • if new PTC position is early than last exon-exon junction but within 55 nt: escape NMD with canonical rules
    • if there is very long exons (greater than approximately 407nt) inhibit NMD: escape NMD with noncanonical rules
    • if new PTC position is within 150nt from the start codon: escape NMD with noncanonical rules

coco_m's People

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.