annotate ezBAMQC/test-data/output/data/smp0.read_distr_pie.r @ 14:744987262771

Uploaded
author cshl-bsr
date Wed, 30 Mar 2016 12:15:03 -0400
parents dfa3745e5fd8
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
dfa3745e5fd8 Uploaded
youngkim
parents:
diff changeset
1 png("/sonas-hs/bsr/hpc/data/yjin/test_BAMqc/exp/test1/figs/smp0.read_distr_pie.png",width=500,height=500,units="px")
dfa3745e5fd8 Uploaded
youngkim
parents:
diff changeset
2 pie(c(35107,508528),labels=c("Covered 35107 exons","Uncovered"),main="Exons",radius=0.6,clockwise=T,col=c("blue","white"))
dfa3745e5fd8 Uploaded
youngkim
parents:
diff changeset
3 dev.state = dev.off()