FamilySizeMetrics
Family size distribution metrics.
Describes the distribution of UMI family sizes in the dataset.
Fields
| Column | Type | Description |
|---|---|---|
family_size | usize | Family size (number of reads) |
count | u64 | Number of families with this size |
fraction | f64 | Fraction of all families with this size |
fraction_gt_or_eq_family_size | f64 | Cumulative fraction (families with size >= this value) |