Download Latest Version libsvm-3.16.zip (633.3 kB)
Email in envelope

Get an email when there's a new version of SpliceJumper

Home / src / algorithms
Name Modified Size InfoDownloads / Week
Parent folder
local_alignment.cpp 2015-06-18 39.1 kB
local_alignment.h 2015-06-18 740 Bytes
smith-waterman.cpp 2015-06-18 4.4 kB
smith-waterman.h 2015-06-18 1.0 kB
stdaln.h 2015-06-18 4.7 kB
Totals: 5 Items   49.9 kB 1
Usage: ./SpliceJumper [options] 

Required options:
									-P/G        indicates collecting features / indicates output results 
                  -r FILE   reference file(indexed)
                  -b/i FILE   input bam/prediction file(index and sorted)
                  -o FILE   output file name
                  -l INT    read length
Optimal options
                  -c INT    slack value for split position with default 3
                  -m DOUBLE mean insert size
                  -v DOUBLE standard variation of insert size
                  
1.Feature collection:
./SpliceJumper -P -r ./human_g1k_v37.fasta -b ./simulated_data_input.bam -o test_sim.txt -l 100 -c 5

2. Training and prediction
2.1 Training
python easy.py training_data

2.2 Predicting
..\windows\svm-predict data.scale Trained.model predictResult

3. Output generated splicing junctions
./SpliceJumper -G -i prediction.txt -o result.txt
Source: readme.txt, updated 2015-06-18