Mercurial > repos > lparsons > rseqc
diff test-data/output.GC_plot.r @ 0:306127635959 draft
planemo upload for repository https://github.com/lparsons/galaxy_tools/tree/master/tools/rseqc commit aeb25d807817746dd6957f30ce2070662cc10e91
| author | lparsons |
|---|---|
| date | Tue, 07 Jul 2015 10:39:47 -0400 |
| parents | |
| children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test-data/output.GC_plot.r Tue Jul 07 10:39:47 2015 -0400 @@ -0,0 +1,4 @@ +pdf("output.GC_plot.pdf") +gc=rep(c(60.78,41.18,47.06,56.86,29.41,27.45,37.25,78.43,58.82,50.98,49.02,62.75,68.63,54.90,52.94,35.29,43.14,39.22),times=c(3,3,5,7,1,2,2,1,1,3,2,1,1,1,3,1,2,1)) +hist(gc,probability=T,breaks=100,xlab="GC content (%)",ylab="Density of Reads",border="blue",main="") +dev.off()
