Code Monkey home page Code Monkey logo

truesight's Introduction

TrueSight v0.06
2012/09/15
##############################################

Author:

Yang Li

[email protected]

Check http://bioen-compbio.bioen.illinois.edu/TrueSight/ for more details

##############################################

All pre-computed 64bit binaries are included

external programs:
"bowtie" and "bowtie-build" from:

http://bowtie-bio.sourceforge.net/index.shtml

logistic regression "train" from:

http://komarix.org/ac/lr/lrtrirls

samtools are required and should be under usr default PATH

##############################################

Run on paired-end RNA-seq data:

./truesight_pair.pl
	-p/--thread		number of cores
	-f      		[MANDATORY] input file name, fq_1 fq_2; if there are multiple files for fq_1/fq_2, they should be seperated by comma; All reads should have the same length and >= 36bp
	-r/--bowtie-index	[MANDATORY] bowtie reference dir/name, thus bowtie index should be dir/name.*.ebwt, reference genome should also be located here, e.g. dir/name.fa; chromosome line for dir/name.fa should be clean and there is no space within it, such as ">XXXXX\n"
	-v/--mismatch		mismatches (0-3)
	-s/--segment-length     segment length (18-25)
	-i/--min-intron-length
	-I/--max-intron-length
	-c/--canonical		if canonical
	-o/--output		output dir, default is truesight_out
	-h/--help	
	--segment-name


Run on single-end RNA-seq data:

./truesight_single.pl
	-p/--thread             number of cores
	-f                      [MANDATORY] input file name; if there are multiple files, they should be seperated by comma; All reads should have the same length and >= 36bp
	-r/--bowtie-index       [MANDATORY] bowtie reference dir/name, thus bowtie index should be dir/name.*.ebwt, reference genome should also be located here, e.g. dir/name.fa; chromosome line for dir/name.fa should be clean and there is no space within it, such as ">XXXXX\n"
	-v/--mismatch           mismatches (0-3)
	-s/--segment-length     segment length (18-25)
	-o/--output             output dir, default is truesight_out
	-i/--min-intron-length
	-I/--max-intron-length
	-h/--help       
	--segment-name




#############################################

Output

alignment.bam: 
	sorted bam format alignment results.

GapAli.junc:
	infered junctions

GapAli.sam:
	Gapped alignment in sam format

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.