Code Monkey home page Code Monkey logo

splicejumper's Introduction

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

splicejumper's People

Contributors

simoncchu avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

Forkers

xtmgah

splicejumper's Issues

compilation failed

--hello,

compilation failed with:

g++ -O3 -Wall -I../bamtools/include -L../bamtools/lib -Wl,-rpath,../bamtools/lib -o JunctionClassifier_1 public_func.o Alignment.o bam_parse.o Coverage.o fai_parser.o fasta_parser.o ReferenceSeq.o local_alignment.o CandidateSitesCaller.o TrainingSet.o HardClipReads.o main.o
-lbamtools -lz -lm
local_alignment.o: In function LocalAlignment::align(int&, int&, int&, int&, int&, int&, int&, int&, int&, int&, int&, int&)': local_alignment.cpp:(.text+0x6be0): undefined reference to std::__throw_out_of_range_fmt(char const*, ...)'
CandidateSitesCaller.o: In function CandidateSitesCaller::alignSoftClip(std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::basic_string<char, std::char_traits<char>, std::allocator<char> >, int*&, int*&)': CandidateSitesCaller.cpp:(.text+0x7354): undefined reference to std::__throw_out_of_range_fmt(char const*, ...)'
CandidateSitesCaller.cpp:(.text+0x753c): undefined reference to `std::__throw_out_of_range_fmt(char const*, ...)'
collect2: ld returned 1 exit status
make: *** [SpliceJumper] Error 1

install problem

Here is what I got:

make all
g++ -O3 -Wall -I../bamtools-master/include -L../bamtools-master/lib -Wl,-rpath,../bamtools-master/lib -c bam_parse.cpp
clang: warning: -Wl,-rpath,../bamtools-master/lib: 'linker' input unused
clang: warning: argument unused during compilation: '-L../bamtools-master/lib'
In file included from bam_parse.cpp:1:
./bam_parse.h:4:10: fatal error: 'api/BamReader.h' file not found

include "api/BamReader.h"

     ^

1 error generated.
make: *** [bam_parse.o] Error 1

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.