Description Usage Arguments Value Examples
Creates a new musica subsetted to only samples with enough variants
1 | subset_musica_by_counts(musica, table_name, num_counts)
|
musica |
A |
table_name |
Name of table used for subsetting |
num_counts |
Minimum sum count value to drop samples |
Returns a new musica 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 | data(musica_sbs96)
subset_musica_by_counts(musica_sbs96, "SBS96", 20)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.