Description Usage Arguments Value Examples
Plotting Signature Motif counts/spectra
1 2 3 4 5 6 7 8 9 10 |
result |
S4 Result Object |
no_legend |
Remove legend from plot |
plotly |
add plotly layer for plot interaction |
color_variable |
Annotation column to use for coloring plotted motifs, provided by counts table from input result's bagel object |
color_mapping |
Mapping from color_variable to color names, provided by counts table from input result's bagel object |
text_size |
Size of axis text |
facet_size |
Size of facet text |
show_x_labels |
Toggle plotting of x-axis labels |
Generates plot no return
1 2 | result <- readRDS(system.file("testdata", "res.rds", package = "BAGEL"))
plot_signatures(result)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.