Description Usage Arguments Value Examples
Plotting Signature Motif counts/spectra
1 2 3 4 5 6 | plot_sample_reconstruction_error(
result,
table_name,
sample_number,
plotly = FALSE
)
|
result |
S4 Result Object |
table_name |
Table to use for reconstruction error plotting |
sample_number |
Sample number within result to plot error |
plotly |
add plotly layer for plot interaction |
Generates plot no return
1 2 | result <- readRDS(system.file("testdata", "res.rds", package = "BAGEL"))
plot_sample_reconstruction_error(result, "SBS96", 1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.