nf-core / nf-core/nascent

Add comprehensive nascent RNA QC metrics module

Open
#203 0 comments 0 reactions 1 assignee View on GitHub

@edmundmiller is already working on this.

Since Jul 13, 2025.

enhancement
Dominant language
Nextflow
Stars
25
Forks
11
PR merge metrics
No merged PRs in 30d

Description

Summary

Implement PEPPRO's comprehensive QC metrics for nascent RNA data quality assessment.

Features to implement

  • Adapter-adapter ligation ratio calculation (target: 20-50% for non-size-selected)
  • RNA degradation ratio (10-20nt vs 30-40nt fragments, target: <1.0)
  • UMI-based library complexity assessment (target: ≥75% unique at 10M depth)
  • Nascent RNA purity via exon-intron ratio (target: 1.0-1.8, excluding first exon)
  • Run-on efficiency via pause index calculation (target: >10)

Implementation details

  • Create new local module: modules/local/nascent_qc_metrics
  • Add QC metrics to MultiQC custom content
  • Generate JSON output for downstream processing
  • Include threshold-based pass/fail recommendations

Acceptance criteria

  • All 5 QC metrics implemented and tested
  • Integration with existing MultiQC reports
  • Configurable thresholds via params
  • Comprehensive test coverage with test data

References

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.