Displaying 1 result from an estimated 1 matches for "12268076".
2012 Sep 15
2
qplot: plotting precipitation data
...to define x
(in terms of qplot syntax) and to choose the correct geom.
mydata is a subset of a larger file.
> mydata
chrom start end peak
1 chr11 5291000 5291926 8
2 chr11 10988025 10988526 7
3 chr11 11767950 11768676 8
4 chr11 11840900 11841851 8
5 chr11 12267450 12268076 12
6 chr11 12276675 12277051 7
> dput(mydata)
structure(list(chrom = structure(c(3L, 3L, 3L, 3L, 3L, 3L), .Label =
c("chr1",
"chr10", "chr11", "chr12", "chr13", "chr14", "chr15", "chr16",
"chr17", &quo...