Performs robust differential gene expression analysis for bulk RNA-seq data using the Python implementation of DESeq2.
This skill empowers Claude to execute end-to-end differential expression workflows directly in Python, bridging the gap for researchers moving away from R-centric pipelines. It provides structured guidance for data preparation, multi-factor experimental design, Wald statistical testing, and FDR correction. By integrating with pandas and AnnData, it facilitates the identification of significant genes, application of apeGLM shrinkage for effect size estimation, and the generation of essential genomic visualizations like Volcano and MA plots within a unified Python environment.
주요 기능
011 GitHub stars
02ApeGLM shrinkage for reliable log fold change visualization and ranking
03Automated DESeq2 pipeline including normalization and dispersion estimation
04Multi-factor design modeling to account for batch effects and covariates
05Wald test statistics with Benjamini-Hochberg multiple testing correction
06Seamless integration with pandas DataFrames and AnnData objects
사용 사례
01Accounting for technical variation and batch effects in complex RNA-seq experiments
02Identifying differentially expressed genes between case and control groups
03Migrating legacy R-based DESeq2 workflows to modern Python-based bioinformatics stacks