# HG changeset patch # User nilesh # Date 1373559885 14400 # Node ID 93c0e1cc65c635dcdacd4e5990f9b7f87bda66c7 # Parent adc934fb9a7661132331e7b44bc314e7695f964c Uploaded diff -r adc934fb9a76 -r 93c0e1cc65c6 junction_annotation.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/junction_annotation.xml Thu Jul 11 12:24:45 2013 -0400 @@ -0,0 +1,73 @@ + + compares detected splice junctions to reference gene model + + R + rseqc + + junction_annotation.py -i $input -o output -r $refgene + + #if $intron.hasIntron + -m $intron.min_Intron + #end if + + + + + + + + + + + + + + + + + + + +.. image:: https://code.google.com/p/rseqc/logo?cct=1336721062 + +----- + +About RSeQC ++++++++++++ + +The RSeQC package provides a number of useful modules that can comprehensively evaluate high throughput sequence data especially RNA-seq data. “Basic modules” quickly inspect sequence quality, nucleotide composition bias, PCR bias and GC bias, while “RNA-seq specific modules” investigate sequencing saturation status of both splicing junction detection and expression estimation, mapped reads clipping profile, mapped reads distribution, coverage uniformity over gene body, reproducibility, strand specificity and splice junction annotation. + +The RSeQC package is licensed under the GNU GPL v3 license. + +Inputs +++++++++++++++ + +Input BAM/SAM file + Alignment file in BAM/SAM format. + +Reference gene model + Gene model in BED format. + +Minimum intron length (default=50) + Minimum intron length (bp). + + +Output +++++++++++++++ + +1. output.junc.anno.junction.xls: +- chrom ID +- start position of junction (coordinate is 0 based) +- end position of junction (coordinate is 1 based) +- number of splice events supporting this junction +- 'annotated', 'complete_novel' or 'partial_novel'. +2. output.anno.junction_plot.r: R script to generate pie chart +3. output.splice_junction.pdf: plot of splice junctions +4. output.splice_events.pdf: plot of splice events +.. image:: http://dldcc-web.brc.bcm.edu/lilab/liguow/RSeQC/figure/junction.png + + + + + +