arxiv-database
arxiv-database:This skill provides Python tools ,用于 searching 、 retrieving preprints ,面向 arXiv.org ,通过 its public Atom A…
维护者 FreedomIntelligence · 最近更新 2026年4月1日
bio-crispr-screens-hit-calling:Statistical methods ,用于 calling hits in CRISPR screens。 Covers MAGeCK,BAGEL2,drugZ,、 custom approaches ,用于 identifying essential 、 resistance genes。 适合在identifying significant genes ,面向 screen count data after QC passes时使用。
原始来源
https://github.com/FreedomIntelligence/OpenClaw-Medical-Skills/tree/main/skills/bio-crispr-screens-hit-calling
技能摘要
原始文档
Goal: Identify essential genes using Bayesian classification against reference gene sets.
Approach: Calculate sgRNA fold changes, compute Bayes Factors using known essential and non-essential gene sets as training data, and assess precision-recall at different thresholds.
## Calculate Bayes Factor
bagel2 bf \
-i foldchange.txt \
-o bayes_factor.txt \
-e essential_genes.txt \
-n nonessential_genes.txt \
-c 1 # Number of bootstrap iterations
## Precision-recall analysis
bagel2 pr \
-i bayes_factor.txt \
-o precision_recall.txt \
-e essential_genes.txt \
-n nonessential_genes.txt
相关技能
arxiv-database:This skill provides Python tools ,用于 searching 、 retrieving preprints ,面向 arXiv.org ,通过 its public Atom A…
bayesian-optimizer:Bayesian optimization ,用于 experimental design 、 hyperparameter tuning in biomedical research。
bio-alignment-files-bam-statistics:Compute alignment statistics:flagstat,idxstats,coverage depth。
bio-alignment-msa-statistics:Calculate alignment statistics ,涵盖 sequence identity,conservation scores,substitution matri…