Description Usage Arguments Value Examples
Creates a new bagel subsetted to only samples with enough variants
1  | subset_bagel_by_counts(bay, table_name, num_counts)
 | 
bay | 
 Input bagel  | 
table_name | 
 Name of table used for subsetting  | 
num_counts | 
 Minimum sum count value to drop samples  | 
Returns a new bagel object with sample annotations, count tables, and variants subsetted to only contains samples with the specified minimum number of counts (column sums) in the specified table
1 2  | bay <- readRDS(system.file("testdata", "bagel_sbs96.rds", package = "BAGEL"))
subset_bagel_by_counts(bay, "SBS96", 20)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.