| RivPlot | R Documentation |
RivPlot is a wrapper for the modified plot_river2 function. the original plot_river is taken from the MutationalPatterns Package
RivPlot(
input,
fontsize = 4,
is_ui = FALSE,
is_norm = FALSE,
title = "",
AltCol = T,
facet = NULL
)
input |
mutation count matrix from the get_mut_context_matrix() function |
fontsize |
font size of the text of the nucleotide/mutation labels |
is_ui |
are you plotting UI values or mutation count? |
is_norm |
is the data normalized? |
title |
Plot's title |
AltCol |
using alternative colors? |
facet |
a character vector to be used for facet labels |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.