Description Usage Arguments Value Examples
Plots signature weights for each sample
1 2 3 4 5 6 7 8 9 10 11 |
result |
S4 Result Object |
proportional |
Whether weights are normalized to sum to 1 or not |
label_samples |
Whether to display sample names or not |
samples_plotted |
A subset of samples to plot |
sort_samples |
Defaults to numerical, may be total 'counts', or a specific signatures name (e.g. 'Signature1) |
num_samples |
Number of sorted samples to plot |
thresh_zero |
Max level to zero out for better plotting when sorting by multiple signatures |
no_legend |
Don't plot legend |
plotly |
add plotly layer for plot interaction |
Generates plot no return
1 2 | result <- readRDS(system.file("testdata", "res.rds", package = "BAGEL"))
plot_exposures(result)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.