View source: R/plotting_functions.R
plot_base_coverage | R Documentation |
plot_base_coverage
plot_base_coverage( sum_matrix, sum_matrix_qc, selected_cells, interactive = FALSE, text_size = 10 )
sum_matrix |
First element returned by the function get_heteroplasmy. |
sum_matrix_qc |
Second element returned by the function get_heteroplasmy. |
selected_cells |
Character vector with cells used fro plotting the coverage. |
interactive |
Logical. If TRUE an interactive plot is produced. |
text_size |
Character specifying the size of the text for ggplot2. |
ggplot2 object (if interactive=FALSE) or plotly object (if interactive=TRUE).
Gabriele Lubatti gabriele.lubatti@helmholtz-muenchen.de
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.