# HG changeset patch # User nilesh # Date 1373559830 14400 # Node ID 64dc986da596f11c4ca6167abb1d54bfd076c81c # Parent ce0995c33291d3ed2fdad0906986392f6e34fdaa Uploaded diff -r ce0995c33291 -r 64dc986da596 geneBody_coverage2.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/geneBody_coverage2.xml Thu Jul 11 12:23:50 2013 -0400 @@ -0,0 +1,54 @@ + + + Read coverage over gene body. + + + R + rseqc + + + geneBody_coverage2.py -i $input -r $refgene -o output + + + + + + + + + + + +.. 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. + + +Outputs +++++++++++++++ + +Read coverage over gene body. This module is used to check if reads coverage is uniform and if there is any 5’/3’ bias. This module scales all transcripts to 100 nt and calculates the number of reads covering each nucleotide position. Finally, it generates a plot illustrating the coverage profile along the gene body. NOTE: this module requires lots of memory for large BAM files, because it load the entire BAM file into memory. We add another script "geneBody_coverage2.py" into v2.3.1 which takes bigwig (instead of BAM) as input. It only use 200M RAM, but users need to convert BAM into WIG, and then WIG into BigWig. + +Example output: + .. image:: http://dldcc-web.brc.bcm.edu/lilab/liguow/RSeQC/figure/geneBody_coverage.png + + + + + \ No newline at end of file