Mercurial > repos > nilesh > rseqc
comparison test-data/output.junction_plot.r @ 3:71ed55a3515a draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rseqc commit 37fb1988971807c6a072e1afd98eeea02329ee83
| author | iuc |
|---|---|
| date | Tue, 14 Mar 2017 10:22:57 -0400 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| 2:ebadf9ee2d08 | 3:71ed55a3515a |
|---|---|
| 1 pdf("output.splice_events.pdf") | |
| 2 events=c(25.0,25.0,25.0) | |
| 3 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%")) | |
| 4 dev.off() | |
| 5 pdf("output.splice_junction.pdf") | |
| 6 junction=c(33.3333333333,33.3333333333,33.3333333333) | |
| 7 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%")) | |
| 8 dev.off() |
