bio-liquid-biopsy-pipeline

Orchestrate cfDNA liquid biopsy workflows from preprocessing to longitudinal tracking.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/stellaromics/fast-bioinfo --skill bio-liquid-biopsy-pipeline
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bio-liquid-biopsy-pipeline
Source: https://github.com/stellaromics/fast-bioinfo/tree/main/.claude/agents/spatial-analysis/skills/bio-workflows-liquid-biopsy-pipeline
Command: npx skills add https://github.com/stellaromics/fast-bioinfo --skill bio-liquid-biopsy-pipeline

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This pipeline provides an end-to-end workflow for analyzing plasma-derived cfDNA, enabling tumor fraction estimation, mutation detection, and longitudinal monitoring from sequencing data.

Core Features & Use Cases

  • Preprocess cfDNA with UMI-aware deduplication: prepares high-quality input by collapsing reads with UMIs to reduce collateral errors.
  • Fragment QC & cfDNA profiling: performs fragment-size analysis to verify cfDNA quality and detect characteristic mono-/di-nucleosome patterns.
  • Tumor fraction estimation (sWGS) with ichorCNA: estimates tumor fraction from shallow whole-genome sequencing data.
  • Mutation detection for targeted panels: calls somatic variants from deep targeted sequencing and applies CHIP filtering.
  • Longitudinal tracking: analyzes serial samples to monitor ctDNA dynamics over time.
  • Use Case: Researchers can run this pipeline to monitor treatment response via serial tumor fraction and mutation burden.

Quick Start

Invoke run_liquid_biopsy_pipeline with a sample_config detailing bam_file, data_type, reference, bed_file (if panel), and output_dir to execute the full workflow.

Frequently Asked Questions about bio-liquid-biopsy-pipeline

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I estimate tumor fraction from shallow WGS cfDNA data?

Tumor fraction estimation from shallow WGS cfDNA data is performed using ichorCNA, which analyzes copy number alterations to quantify the tumor-derived fraction in plasma samples. The pipeline orchestrates this alongside preprocessing and fragment QC.

How do I detect somatic mutations in targeted cfDNA sequencing panels?

Somatic mutation detection in targeted cfDNA panels is handled by calling variants from deep sequencing data and applying CHIP filtering to remove clonal hematopoiesis artifacts. This ensures high-confidence somatic VAFs for downstream tracking.

Can I track ctDNA dynamics across serial liquid biopsy samples?

Longitudinal tracking of ctDNA dynamics is supported by analyzing serial liquid biopsy samples to monitor tumor fraction and mutation burden trends over time. This allows researchers to assess treatment response through serial plasma collections.

What is the best way to perform UMI-aware deduplication for cfDNA preprocessing?

UMI-aware deduplication for cfDNA preprocessing is executed during the initial workflow stage by collapsing reads with unique molecular identifiers to reduce collateral sequencing errors. This prepares high-quality input for both tumor fraction estimation and mutation detection.

Does this liquid biopsy workflow include cfDNA fragment size analysis?

cfDNA fragment size analysis is included as a QC and profiling step to verify cfDNA quality and detect characteristic mono- and di-nucleosome patterns. Optional fragmentomics features provide additional fragment-level insights.

How do I run an end-to-end cfDNA liquid biopsy pipeline?

To run an end-to-end cfDNA liquid biopsy pipeline, invoke the workflow with a sample configuration specifying bam_file, data_type, reference, bed_file, and output_dir. The pipeline then orchestrates preprocessing, tumor fraction estimation, mutation detection, and longitudinal analysis automatically.