gmmd.compute.gather_multiplet_rates
- gmmd.compute.gather_multiplet_rates(venn_values, SSM_rate_ary, sample_num)
Compute MSM/SSM/Singlet rates.
- Parameters
venn_values (
list) – List of count by class, generated bygmmd.classifier.count_by_class().SSM_rate_ary (
list) – List of SSM rates, generated fromgmmd.estimator.compute_SSM_rate_with_cell_num().sample_num (
int) – Number of samples.
- Returns
MSM_rate, SSM_rate, singlet_rate.
- Return type
float,float,float