Mercurial > repos > nilesh > rseqc
view test-data/output.GC_plot_r @ 63:27e16a30667a draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rseqc commit d7544582d5599c67a284faf9232cd2ccc4daa1de
author | iuc |
---|---|
date | Tue, 09 Apr 2024 11:24:55 +0000 |
parents | 1421603cc95b |
children |
line wrap: on
line source
pdf("output.GC_plot.pdf") gc=rep(c(56.86,68.63,60.78,27.45,37.25,58.82,78.43,50.98,43.14,49.02,52.94,62.75,47.06,41.18,54.90,29.41,39.22,35.29),times=c(7,1,3,2,2,1,1,3,2,2,3,1,5,3,1,1,1,1)) hist(gc,probability=T,breaks=100,xlab="GC content (%)",ylab="Density of Reads",border="blue",main="") dev.off()