Description Usage Arguments Details Value Author(s) Examples
Function to generate a plot of the distribution of sequencing reads enrichments.
1 2 3 |
x |
A |
seq.len |
The fragment size to be used for extending the sequencing reads. |
cols |
The line colour for each element of |
xlim |
|
main |
|
total.lib.size |
Whether to normalise enrichment values to the total number of reads per lane. |
verbose |
Print details of processing. |
... |
Additional graphical parameters to pass to |
See enrichmentCalc
for details of how the results are determined.
A plot is created. The data processed by enrichmentCalc
is invisibly returned.
Aaron Statham
1 2 | data(samplesList) # GRangesList of reads 'samples.list.subset'
enrichmentPlot(samples.list.subset, seq.len = 300, total.lib.size = FALSE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.