biotender-max/gene-regulatory-networks
Workflow for regulatory network inference, regulon scoring, perturbation-aware comparison, and network visualization.
npx skills add https://github.com/BioTender-max/awesome-bio-agent-skills --skill gene-regulatory-networks
Reference examples assume recent stable releases of the preferred tools, especially arboreto-like 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 regulatory network inference, regulon scoring, perturbation-aware comparison, and network 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: arboreto-like
Inputs: expression matrix, optional accessibility data, TF prior resources
Outputs: inferred networks, regulon activity tables, network visualizations
Clarify whether inference is coexpression-based, prior-constrained, or multimodal.
Run network inference or regulon-scoring methods appropriate to the data type.
Summarize regulators and network changes across conditions, perturbations, or branches.
Plot subnetworks or regulator-centric views rather than full unreadable graphs.
Store edge weights, regulator scores, and evidence annotations.
results/ for final tables and serialized objectsfigures/ for plots and static visual exportsqc/ for checks that justify downstream interpretationinferred networksregulon activity tablesnetwork visualizationsATAC SeqChIP SeqMethylation AnalysisEpitranscriptomicsarboretoTake biotender-max/gene-regulatory-networks 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.