7-replicates-incorporation
This skill provides two modes for replicates incorporation:
npx skills add majiayu000/claude-skill-registry --skill 7-replicates-incorporation-bisnake2001-chromskills --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
--- name: replicates-incorporation description: This skill manages experimental reproducibility, pooling, and consensus strategies. This skill operates in two distinct modes based on the input state. (1) Pre-Peak Calling (BAM Mode): It merges all BAMs, generate the merge BAM file to prepare for track generation and (if provided with >3 biological replicates) splits them into 2 balanced "pseudo-replicates" to prepare for peak calling. (2) Post-Peak Calling (Peak Mode): If provided with peak files (only support two replicates, derived from either 2 true replicates or 2 pseudo-replicates), it performs IDR (Irreproducible Discovery Rate) analysis, filters non-reproducible peaks, and generates a final "conservative" or "optimal" consensus peak set. Trigger this skill when you need to handle more than two replicates (creating pseudo-reps) OR when you need to merge peak lists. --- # Replicates Incorporation Skill ## Overview This skill provides two modes for replicates incorporation: - Refer to the **Inputs & Outputs** section to check inputs and build the output architecture. All the output file should located in `${proj_dir}` in Step 0. - Always use filtered BAM file (`*.filtered.bam`)
- Overview
- Decision Tree
- Step 0: Initialize Project
- Pre-Peak Calling (BAM Mode)
- Post-Peak Calling (Peak Mode)
- Best Practices
What does the 7-replicates-incorporation skill do?
This skill provides two modes for replicates incorporation:
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill 7-replicates-incorporation-bisnake2001-chromskills --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
