Message-ID: <1318853248558-3911791.post@n4.nabble.com>
Date: 2011-10-17T12:07:28Z
From: a217
Subject: Histogram for each ID value
I have a dataframe in the general format:
chr1 0.5
chr1 0
chr1 0.75
chr2 0
chr2 0
chr3 1
chr3 1
chr3 0.5
chr7 0.75
chr9 1
chr9 1
chr22 0.5
chr22 0.5
where the first column is the chromosome location and the second column is
some value. What I'd like to do is have a histogram created for each chr
location (i.e. a separate histogram for chr1, chr2, chr3, chr7, chr9, and
chr22). I am just having a hard time getting everything to work out and am
hoping for some suggestions.
--
View this message in context: http://r.789695.n4.nabble.com/Histogram-for-each-ID-value-tp3911791p3911791.html
Sent from the R help mailing list archive at Nabble.com.