Mercurial > repos > nilesh > rseqc
view test-data/output.junction_plot.r @ 55:b0b62dcd0a35 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rseqc commit a63ead9b3f0c781032beabf8bed2c65445500291
author | iuc |
---|---|
date | Tue, 18 Sep 2018 05:21:48 -0400 |
parents | 6b33e31bda10 |
children |
line wrap: on
line source
pdf("output.splice_events.pdf") events=c(25.0,25.0,25.0) pie(events,col=c(2,3,4),init.angle=30,angle=c(60,120,150),density=c(70,70,70),main="splicing events",labels=c("partial_novel 25%","complete_novel 25%","known 25%")) dev.off() pdf("output.splice_junction.pdf") junction=c(33.3333333333,33.3333333333,33.3333333333) pie(junction,col=c(2,3,4),init.angle=30,angle=c(60,120,150),density=c(70,70,70),main="splicing junctions",labels=c("partial_novel 33%","complete_novel 33%","known 33%")) dev.off()