View source: R/plotting_functions.R
plot_cells_coverage | R Documentation |
plot_cells_coverage
plot_cells_coverage(sum_matrix, cells_selected, cluster, interactive = FALSE)
sum_matrix |
First element returned by the function get_heteroplasmy. |
cells_selected |
Character vector of cells for which the coverage is computed. |
cluster |
Character vector with partition information for cells specified in cells_selected |
interactive |
Logical. If TRUE an interactive plot is produced. |
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.