biotender-max/hi-c-3d-genomics
Workflow for Hi-C and related 3D genomics analyses including compartments, loops, TADs, differential contacts, and visualization.
npx skills add https://github.com/BioTender-max/awesome-bio-agent-skills --skill hi-c-3d-genomics
Reference examples assume recent stable releases of the preferred tools, especially Hi-C and the other tools listed below.
Before using code or command patterns, verify installed versions match the environment:
python -c "import <module>; print(<module>.__version__)"<tool> --versionWorkflow for Hi-C and related 3D genomics analyses including compartments, loops, TADs, differential contacts, and visualization.
references/technical_reference.md when you need deeper tool-selection rules, environment adaptation notes, or extra validation guidance.SKILL.md as the main execution path and load the reference file only when the task or failure mode needs the extra detail.Preferred starting point: Hi-C
Inputs: Hi-C contact pairs or matrices, genome bins, condition metadata
Outputs: compartments, loops and TADs, contact maps and differential summaries
Choose a resolution supported by coverage and the biological question.
Apply appropriate normalization before calling global or local features.
Infer compartments, TADs, or loops with methods matched to the resolution and assay.
Quantify differences only where coverage and normalization support fair comparison.
Export heatmaps and feature tables with clear genome coordinates and labels.
results/ for final tables and serialized objectsfigures/ for plots and static visual exportsqc/ for checks that justify downstream interpretationcompartmentsloops and TADscontact maps and differential summariesATAC SeqChIP SeqMethylation AnalysisEpitranscriptomicsTake biotender-max/hi-c-3d-genomics from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.