Description Usage Arguments Details Value Author(s) References See Also Examples
Plot the distribution of reads in a .bed file.
1 |
x |
RangedData (from the IRanges package) with a value column entitled |
chr |
Character. Chromosome to plot - should be exactly the same as a space in |
start, end |
Integer. Start and end locations on chromosome. |
strand |
Character. Strand to plot - usually either "+" or "-". If the |
bin |
Integer. The width of bin to plot. |
... |
Additional arguments, passed to |
This function takes the reads in a bed file, and plots a histogram of their locations. This allows us to see the peaks present in the data.
Plots a histogram on the active graphical device.
Jonathan Cairns
Spyrou C, Stark R, Lynch AG, Tavare S BayesPeak: Bayesian analysis of ChIP-seq data, BMC Bioinformatics 2009, 10:299 doi:10.1186/1471-2105-10-299
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.