Mercurial > repos > nilesh > rseqc
annotate test-data/output.junction_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 | 
| rev | line source | 
|---|---|
| 
59
 
dbedfc5f5a3c
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rseqc commit 247059e2527b66f1dbecf1e61496daef921040c3"
 
iuc 
parents:  
diff
changeset
 | 
1 pdf("output.splice_events.pdf") | 
| 
 
dbedfc5f5a3c
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rseqc commit 247059e2527b66f1dbecf1e61496daef921040c3"
 
iuc 
parents:  
diff
changeset
 | 
2 events=c(25.0,25.0,25.0) | 
| 
 
dbedfc5f5a3c
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rseqc commit 247059e2527b66f1dbecf1e61496daef921040c3"
 
iuc 
parents:  
diff
changeset
 | 
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%")) | 
| 
 
dbedfc5f5a3c
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rseqc commit 247059e2527b66f1dbecf1e61496daef921040c3"
 
iuc 
parents:  
diff
changeset
 | 
4 dev.off() | 
| 
 
dbedfc5f5a3c
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rseqc commit 247059e2527b66f1dbecf1e61496daef921040c3"
 
iuc 
parents:  
diff
changeset
 | 
5 pdf("output.splice_junction.pdf") | 
| 
60
 
1421603cc95b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rseqc commit 1dfe55ca83685cadb0ce8f6ebbd8c13232376d1d
 
iuc 
parents: 
59 
diff
changeset
 | 
6 junction=c(33.333333333333336,33.333333333333336,33.333333333333336) | 
| 
59
 
dbedfc5f5a3c
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rseqc commit 247059e2527b66f1dbecf1e61496daef921040c3"
 
iuc 
parents:  
diff
changeset
 | 
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%")) | 
| 
 
dbedfc5f5a3c
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rseqc commit 247059e2527b66f1dbecf1e61496daef921040c3"
 
iuc 
parents:  
diff
changeset
 | 
8 dev.off() | 
