Mercurial > repos > nilesh > rseqc
view test-data/output.insertion_profile.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 | 09846d5169fa |
children |
line wrap: on
line source
pdf("output.insertion_profile.pdf") read_pos=c(0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50) insert_count=c(0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0) noninsert_count= 40 - insert_count plot(read_pos, insert_count*100/(insert_count+noninsert_count),col="blue",main="Insertion profile",xlab="Position of read",ylab="Insertion %",type="b") dev.off()