Description Usage Arguments Value Examples
Return sample from bagel object
1 | plot_sample_counts(bay, table_name, sample_name)
|
bay |
Bagel object containing samples |
table_name |
Name of table used for plotting counts |
sample_name |
Sample name to plot counts |
Generates sample plot no return
1 2 | bay <- readRDS(system.file("testdata", "bagel_sbs96.rds", package = "BAGEL"))
plot_sample_counts(bay, "SBS96", get_sample_names(bay)[1])
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.