plot_cov {iimi} | R Documentation |
plot_cov()
Description
Plots the coverage profile of the mapped plant sample.
Usage
plot_cov(
covs,
legend_status = TRUE,
nucleotide_status = TRUE,
window = 75,
...
)
Arguments
covs |
An RLE list of coverage information of one or more plant samples. |
legend_status |
Whether display legend. Default is |
nucleotide_status |
Whether display a sliding window of A percentage and
CG content. Default is |
window |
The sliding window size. Default is 75. |
... |
Other arguments that can be passed to |
Value
The coverage profile of the mapped plant sample.
Examples
plot_cov(example_cov$S1)
[Package iimi version 1.1.1 Index]