Skip to content

kaistomics/splicing

Repository files navigation

Welcome to this site for the One-Class Support Vector Machine (OCSVM)-Splicing tool. This site will serve as a source code repository for OCSVM-Splicing pipeline.

Prerequisites

This program requires the following modules.

  1. Python (=> 2.7 ): https://www.python.org/
  2. NumPy : http://www.numpy.org/
  3. scikit-learn : http://scikit-learn.org/stable/index.html
  4. computed splicing strength scores using MaxEntScan

Options

  1. -m INT : OCSVM-Splicing model number (1,2,or 3)

  2. -i STR : Input file name

  3. -o STR : Output file name

    example:  python one_calss_SVM.py -m 1 -i model_1_input_example.txt -o model_1_output.txt
    
    

OCSVM-Splicing models

  • Model 1 : Intornic SNVs at 5' splice sites (within 4bp next to GT)

Image of model 1

  • Input : score of 5’spliceMUT – 5’spliceWT and 5’spliceMUT – 3’spliceWT
  • example input (tab-delimited format; order of columns should not change)

Image of model1_input

  • Model 2 : Intornic SNVs at 3' splice sites (within 1bp next to AG)

Image of model 2

  • Input : score of 3’spliceMUT – 3’spliceWT and 3’spliceMUT –5’spliceWT
  • example input (tab-delimited format; order of columns should not change)

Image of model2_input

  • Model 3 : Exonic SNVs at 5' splice sites (within 2bp next to GT)

Image of model 3

  • Input : score of 5’spliceMUT – 5’spliceWT and 5’spliceMUT – 3’spliceWT
  • example input (tab-delimited format; order of columns should not change)

Image of model3_input

Output Results

Each model annotes SNVs as "benign" or "deleterious".

  • example

Image of output

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages