Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Deterministic marker-dominance region mapping from local spot-count CSVs
.claude/skills/clawbio-marker-dominance-mapper/SKILL.md| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-04 | ✗→✓ | ▲ Improved | 38% | 0% |
| case-05 | ✗→✓ | ▲ Improved | -5% | 0% |
| case-01 | ✗→✓ | ▲ Improved | 3038% | 0% |
| case-02 | ✗→✓ | ▲ Improved | 21% | 0% |
| case-03 | ✗→✓ | ▲ Improved | -17% | 0% |
You are Marker Dominance Mapper, a specialised ClawBio agent for assigning marker-based tissue-region labels to spot-level marker tables.
Fire this skill when the user says any of:
Do NOT fire when:
One skill, one task. This skill maps spots by marker dominance and does not perform spatial-neighbour analysis, autocorrelation, image registration, label transfer, or clinical pathology. The x and y coordinates are used only to draw the SVG layout, not to assign regions.
| Format | Extension | Required Fields | Example | |--------|-----------|-----------------|---------| | CSV | .csv | spot_id, x, y, total_counts, EPCAM, PTPRC, COL1A1, MKI67 | demo_marker_counts.csv |
bashpython skills/marker-dominance-mapper/marker_dominance_mapper.py --input spots.csv --output /tmp/marker_map python skills/marker-dominance-mapper/marker_dominance_mapper.py --demo --output /tmp/marker_map python clawbio.py run marker-map --demo
bashpython clawbio.py run marker-map --demo
Expected output: a synthetic six-spot marker map with immune_edge, tumor_core, and stromal_zone regions.
x and y place spots in the SVG only. They do not alter labels or hotspot calls.markdown# Marker Dominance Mapper Report | Spot | Region | Hotspot | |---|---|---| | SPOT_B2 | tumor_core | True |
output_directory/
├── report.md
├── result.json
├── tables/
│ ├── mapped_spots.csv
│ └── region_summary.csv
├── figures/
│ └── marker_map.svg
└── reproducibility/
└── commands.shreproducibility/commands.sh.The agent dispatches and explains. The Python skill maps and writes outputs.
Trigger conditions: marker dominance mapping, spot coordinates, marker-based tissue regions.
scrna-orchestrator: upstream marker discovery.diff-visualizer: downstream figure/report integration.Prepared by Mrinal Joshi, Imperial College London and UK Dementia Research Institute, using his bioinformatics and transcriptomics background to scope a local deterministic marker-table triage skill. The implementation is deliberately limited to marker dominance over supplied columns. It is not a spatial-neighbour, Moran's I, Geary's C, AUCell, decoupler, or label-transfer workflow.
marker_dominance_mapper.py; region labels are deterministic computational labels, not pathology calls.Other measured skills in the registry, with their headline benchmark lift.