Mercurial > repos > nilesh > rseqc
diff test-data/output.junctionSaturation_plot.r @ 51:09846d5169fa draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rseqc commit 37fb1988971807c6a072e1afd98eeea02329ee83
author | iuc |
---|---|
date | Tue, 14 Mar 2017 10:23:21 -0400 |
parents | 6b33e31bda10 |
children |
line wrap: on
line diff
--- a/test-data/output.junctionSaturation_plot.r Tue May 03 16:36:57 2016 -0400 +++ b/test-data/output.junctionSaturation_plot.r Tue Mar 14 10:23:21 2017 -0400 @@ -1,8 +1,8 @@ pdf('output.junctionSaturation_plot.pdf') x=c(5,10,15,20,25,30,35,40,45,50,55,60,65,70,75,80,85,90,95,100) -y=c(0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1) +y=c(0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1) z=c(0,0,0,0,0,0,1,1,1,1,1,1,1,2,2,2,2,2,2,3) -w=c(0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,2) +w=c(0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,2) m=max(0,0,0) n=min(0,0,0) plot(x,z/1000,xlab='percent of total reads',ylab='Number of splicing junctions (x1000)',type='o',col='blue',ylim=c(n,m))