DuplexFamilySizeMetric
Metrics describing double-stranded (duplex) tag families by AB and BA strand sizes.
For a given tag family, ab is the larger sub-family and ba is the smaller one.
Fields
| Column | Type | Description |
|---|---|---|
ab_size | usize | Number of reads in the AB sub-family (larger) |
ba_size | usize | Number of reads in the BA sub-family (smaller) |
count | usize | Count of families with these AB/BA sizes |
fraction | f64 | Fraction of all duplex families with these sizes |
fraction_gt_or_eq_size | f64 | Fraction of duplex families with AB >= ab_size and BA >= ba_size |