agentsclimarketplace

Cellfree rna agent

Skill rbr7/MedClawMini/skills/cellfree-rna-agent

AI-powered cell-free RNA analysis from liquid biopsy for cancer detection, tissue-of-origin identification, and non-invasive transcriptomic profiling.From its SKILL.md

Install
npx -y skills add rbr7/MedClawMini --skill cellfree-rna-agent

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

4.8 KB, ~1.1k tokens by cl100k_base, as published. Nobody here has run it

Cell-Free RNA Analysis Agent

The Cell-Free RNA Analysis Agent provides comprehensive analysis of circulating cell-free RNA (cfRNA) from plasma and other biofluids for cancer detection, tissue-of-origin identification, and non-invasive transcriptomic profiling.

When to Use This Skill

  • When analyzing plasma cfRNA for cancer detection and monitoring.
  • To identify tissue-of-origin from circulating transcripts.
  • For non-invasive transcriptomic profiling of tumors.
  • When integrating cfRNA with cfDNA for comprehensive liquid biopsy.
  • To discover RNA-based biomarkers from accessible biofluids.

Core Capabilities

  1. cfRNA Profiling: Quantify mRNA, lncRNA, and small RNA from plasma.

  2. Tissue Deconvolution: Identify tissue sources contributing to cfRNA pool.

  3. Cancer Detection: ML models detecting cancer from cfRNA profiles.

  4. Tumor Transcriptomics: Infer tumor gene expression non-invasively.

  5. Integration with cfDNA: Combine RNA and DNA liquid biopsy analytes.

  6. Biomarker Discovery: Identify diagnostic and prognostic RNA markers.

cfRNA Biology

Sources:

  • Cell death (apoptosis, necrosis)
  • Active secretion (EVs, RNA-binding proteins)
  • Cell surface-associated RNA

Protection Mechanisms:

  • Extracellular vesicles
  • Protein complexes (AGO2, NPM1)
  • Lipoproteins

Half-life: Minutes to hours (shorter than cfDNA)

Workflow

  1. Input: Plasma cfRNA sequencing data (total RNA, small RNA, or targeted).

  2. Quality Control: Assess library complexity, mapping rates, contamination.

  3. Quantification: Normalize and quantify transcripts.

  4. Deconvolution: Estimate tissue contributions.

  5. Classification: Apply cancer detection models.

  6. Integration: Combine with cfDNA if available.

  7. Output: Tissue composition, cancer score, biomarker profiles.

Example Usage

User: "Analyze plasma cfRNA to detect cancer and identify tissue of origin."

Agent Action:

python3 Skills/Genomics/CellFree_RNA_Agent/cfrna_analyzer.py \
    --input plasma_cfrna.fastq.gz \
    --protocol total_rna \
    --reference gencode_v44 \
    --deconvolution true \
    --cancer_detection true \
    --output cfrna_results/

Tissue Deconvolution

Reference Transcriptomes:

  • GTEx tissue expression atlas
  • Single-cell reference atlases
  • Tissue-specific marker genes

Methods:

  • Non-negative least squares
  • Support vector regression
  • Deep learning deconvolution

Clinical Applications:

  • Organ injury detection (liver, heart, brain)
  • Tumor burden estimation
  • Post-transplant monitoring

Cancer Detection Applications

Cancer TypeKey MarkersPerformance
LungXIST, MALAT1, specific mRNAsAUC 0.80-0.90
BreastHER2, ER/PR transcriptsMonitoring
ColorectalKRAS, panel genesEarly detection
ProstatePCA3, TMPRSS2-ERGEstablished
LiverAFP, specific ncRNAsHCC surveillance

Technical Considerations

Pre-analytical Factors:

  • Sample collection (EDTA, cell stabilization)
  • Processing time (<4 hours recommended)
  • Storage temperature (-80°C)
  • Hemolysis avoidance (critical)

Library Preparation:

  • Total RNA (captures mRNA, lncRNA)
  • Small RNA (miRNA, piRNA)
  • Targeted panels (specific genes)
  • UMI-based for quantification

AI/ML Components

Cancer Classifier:

  • Gradient boosting on gene panels
  • Neural networks for full transcriptome
  • Multi-cancer detection models

Tissue Predictor:

  • Reference-based deconvolution
  • Supervised tissue classifiers
  • Anomaly detection for novel sources

Integration with Other Analytes

AnalyteStrengthCombination Benefit
cfDNAMutations, methylationGenomic + transcriptomic
CTCsSingle-cell analysisCellular confirmation
ExosomesProtected RNASource identification
ProteinsFunctional markersMulti-modal biomarkers

Prerequisites

  • Python 3.10+
  • STAR/Salmon for alignment
  • DESeq2/edgeR for quantification
  • Tissue deconvolution tools

Related Skills

  • Liquid_Biopsy_Analytics_Agent - For comprehensive liquid biopsy
  • Exosome_EV_Analysis_Agent - For EV-derived RNA
  • ctDNA_Analysis - For DNA-based markers

Emerging Technologies

  1. Targeted cfRNA: Gene panels for specific cancers
  2. Single-molecule: Direct RNA sequencing
  3. Spatial deconvolution: Mapping cfRNA to tissue regions
  4. Longitudinal monitoring: Treatment response tracking

Author

AI Group - Biomedical AI Platform

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 326,144. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.