pr_clust: Cluster size and assignemnt probabilities

Description Usage Arguments Value

View source: R/pr_clust.R

Description

Keep results based on a minimum allocation probability and number of observations in a cluster.

Usage

1
pr_clust(dta, prob = 0.5, min_obs = 1)

Arguments

dta

table of results from mr_clust_em$results$best.

prob

numeric scalar, keep only variants assigned to clusters above this allocation probability.

min_obs

integer, keep only variants assinged to clusters with more than or equal to min_obs members.

Value

The results


cnfoley/mrclust documentation built on Oct. 20, 2021, 2:10 p.m.