Mercurial > repos > iuc > multiqc
view test-data/junction_saturation.txt @ 24:f7e2f1eb3a16 draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/multiqc commit dffbb5d421a5a5773bcb7f05933b12c45461bb58
author | iuc |
---|---|
date | Mon, 02 Sep 2024 14:22:54 +0000 |
parents | abfd8a6544d7 |
children |
line wrap: on
line source
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,0,0,0,0,0,0,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,2,2,2,2,2,2,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)) points(x,y/1000,type='o',col='red') points(x,w/1000,type='o',col='green') legend(5,0, legend=c("All junctions","known junctions", "novel junctions"),col=c("blue","red","green"),lwd=1,pch=1) dev.off()