Filter interaction using interacting strength and p value cutoffs. Non-significant interactions will be either removed or set to zero.
Selecting(object, pval.cutoff = 0.05, strength.pct = 0.1, filter.cells = TRUE)
Matchmaker object.
p value cutoff. Default is 0.05.
Top strength quantile to select. Default is 0.1 aka the top 10%.
Whether to filter the cells. Default is TRUE.
Returns a Matchmaker object with filtered interactions saved in @selected slot.
if (FALSE) {
object <- Selecting(object, pval.cutoff = 0.05, strength.pct = 0.1)
}