Remove singleton counts from a SummarizedExperiment object. Singleton counts are those that have a value of 1 in the specified assay. This function replaces those values with 0 and stores the modified assay in a new column.
Source: R/support.R
rmSingletons.RdRemove singleton counts from a SummarizedExperiment object.
Singleton counts are those that have a value of 1 in the specified assay.
This function replaces those values with 0 and stores the modified assay in a new column.