一键导入
genome-alignment-qc
Assess alignment quality with coverage depth, mapping rates, insert size, and on-target metrics using samtools, mosdepth, and picard.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Assess alignment quality with coverage depth, mapping rates, insert size, and on-target metrics using samtools, mosdepth, and picard.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Decision-grade enzyme/protein mutation design for thermostability with bioactivity-preserving constraints enforced by default, plus structure-aware and consensus-ranking workflows.
Create or update repository skills that conform to local templates, provider metadata requirements, registry rules, and validation workflows.
Assess data quality by reporting missing values, outliers, sample size, and variance structure for each variable in a table.
Estimate model parameters using Bayesian inference (MCMC via Stan or PyMC), returning posterior distributions and credible intervals.
Cluster samples or features using k-means or hierarchical clustering, evaluate cluster quality with silhouette scores, and produce a dendrogram or cluster plot.
Compare a continuous variable between two groups with automatic selection of t-test, Welch test, or Mann-Whitney U test based on data properties.
| name | genome-alignment-qc |
| description | Assess alignment quality with coverage depth, mapping rates, insert size, and on-target metrics using samtools, mosdepth, and picard. |
.bam + .bai).samtools stats and samtools flagstat for mapping summary.samtools idxstats for per-chromosome read counts.mosdepth for coverage distribution (genome-wide, or restricted to target BED).picard CollectInsertSizeMetrics for insert size distribution.picard CollectAlignmentSummaryMetrics for detailed alignment statistics.knowledge/sources/genomics/quality-thresholds.md).samtools stats and samtools flagstat output files.mosdepth coverage files (.mosdepth.global.dist.txt, .per-base.bed.gz if enabled).$PATH..bai) missing or out of date relative to the BAM file.chr1 vs 1)..dict).