Conversation
…rinciples Discontiguous long read principles (docs/discontiguous-long-reads.md) merged to `feature/develop-definition-v2` to further consolidate into a single vendor-neutral baseline that harmonizes the common definitions.
Add draft long-read QC metric definitions replicate of PR 132
|
|
|
yield_bp_q30 vs. yield_bp_read_q10_q20_q30 I agree with Justin that these are distinct metrics. yield_bp_q30 This metric represents the cumulative number of bases with a base quality score ≥ Q30. It is typically used for short-read sequencing, where base-level quality filtering is an established and commonly used practice. yield_bp_read_q10_q20_q30 This metric is calculated at the read level. It represents the cumulative number of bases from all reads whose mean read Q score meets a specified threshold (e.g., Q10, Q20 or Q30). Importantly: The Q score threshold is applied to the mean quality score of each read, rather than to individual bases. In this sense, yield_bp_read_q10_q20_q30 serves a similar QC purpose to yield_bp_q30, but the quality threshold is applied at the read level rather than the base level. So, I would retain both metrics: they describe high-quality yield using two different quality-filtering approaches that reflect established practices for their respective sequencing technologies. |
The proposed changes leave the following still unresolved: