PyDESeq2
Runs bulk RNA-seq differential expression in Python instead of R.
Install
Ships scriptsgh skill install K-Dense-AI/scientific-agent-skills pydeseq2
Differential expression on bulk RNA-seq counts, multi-factor designs with batch or covariate terms, or porting a DESeq2 workflow from R.
- Author
- K-Dense Inc.
- License
- MIT
Follows the DESeq2 procedure end to end through the PyDESeq2 package: count filtering, dispersion estimation, Wald tests, Benjamini-Hochberg correction and optional apeGLM shrinkage. Multi-factor formulaic designs are covered, so a batch term or covariate sits inside the model rather than being cleaned out beforehand. Every example writes the reference level and the contrast explicitly, which is where a workflow ported from R most often flips sign. One bundled script runs the whole analysis from a counts table and a sample metadata table.
Similar skills
Semgrep Rule Creator
SkillWrites custom Semgrep rules and refuses to call one done before its tests pass.
pysam
SkillReads and writes BAM, CRAM and VCF files from Python through HTSlib.
Property-Based Testing
SkillFinds the algebraic property worth asserting, then writes the generator test around it.
Comments(0)
Sign in to comment