bgpt-paper-search
bgpt-paper-search:BGPT是一个remote MCP server that searches curated database of scientific papers built ,面向 raw experimenta…
维护者 K-Dense Inc. · 最近更新 2026年4月1日
PyDESeq2是一个Python implementation of DESeq2 ,用于 differential expression analysis ,支持 bulk RNA-seq data。 Design 、 execute complete workflows ,面向 data loading through result interpretation,,涵盖 single-factor 、 multi-factor designs,Wald tests ,支持 multiple testing correction,optional apeGLM shrinkage,、 integration ,支持 pandas 、 AnnData。
原始来源
https://github.com/K-Dense-AI/claude-scientific-skills/tree/main/scientific-skills/pydeseq2
技能摘要
原始文档
This skill should be used when:
For users who want to perform a standard differential expression analysis:
import pandas as pd
from pydeseq2.dds import DeseqDataSet
from pydeseq2.ds import DeseqStats
## 2. Filter low-count genes
genes_to_keep = counts_df.columns[counts_df.sum(axis=0) >= 10]
counts_df = counts_df[genes_to_keep]
相关技能
bgpt-paper-search:BGPT是一个remote MCP server that searches curated database of scientific papers built ,面向 raw experimenta…
bio-data-visualization-volcano-customization:Customized volcano plots ,支持 ggplot2 或 matplotlib ,用于 DE results。
bio-de-visualization:可视化 differential expression results ,使用 DESeq2/edgeR built-in functions。 Covers plotMA,plotDispEsts…
bio-metagenomics-visualization:可视化 metagenomic profiles ,使用 R (phyloseq,microbiome) 、 Python (matplotlib,seaborn)。 创建 st…