Infer gene regulatory networks (GRNs) from gene expression matrices using GRNBoost2 or GENIE3; use when analyzing bulk or single-cell RNA-seq to identify TF→target regulatory relationships.
69
85%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Passed
No findings from the security scan
references/algorithms.md.references/distributed_computing.md.Run GRN inference from an expression matrix (TSV) and write the inferred network to an output file:
python scripts/infer_network.py \
--input expression_data.tsv \
--output network.tsv \
--algo grnboost2To use the alternative algorithm:
python scripts/infer_network.py \
--input expression_data.tsv \
--output network.tsv \
--algo genie3Input/Output
scripts/infer_network.py).Algorithms
references/algorithms.md.Parallel/Distributed Execution
references/distributed_computing.md.Key Parameters
--algo: selects the inference method (grnboost2 or genie3), affecting runtime and model behavior.63c61d3
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.