Mercurial > repos > lparsons > rseqc
view test-data/output.junction_plot.r @ 1:cd2daa987b69 draft default tip
planemo upload for repository https://github.com/lparsons/galaxy_tools/tree/master/tools/rseqc commit 2400cce6e3918648fda8f2a8d8485ab251a58827
| author | lparsons |
|---|---|
| date | Tue, 07 Jul 2015 14:14:04 -0400 |
| parents | 306127635959 |
| 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()
