bio-de-visualization
bio-de-visualization:可视化 differential expression results ,使用 DESeq2/edgeR built-in functions。 Covers plotMA,plotDispEsts…
维护者 K-Dense Inc. · 最近更新 2026年4月1日
NetworkX是一个Python package ,用于 creating,manipulating,、 analy。
原始来源
https://github.com/K-Dense-AI/claude-scientific-skills/tree/main/scientific-skills/networkx
技能摘要
原始文档
Invoke this skill when tasks involve:
NetworkX supports four main graph types:
Create graphs by:
import networkx as nx
## Add edges
G.add_edge(1, 2)
G.add_edges_from([(1, 3), (2, 4)])
G.add_edge(1, 4, weight=0.8, relation='interacts')
Reference: See references/graph-basics.md for comprehensive guidance on creating, modifying, examining, and managing graph structures, including working with attributes and subgraphs.
相关技能
bio-de-visualization:可视化 differential expression results ,使用 DESeq2/edgeR built-in functions。 Covers plotMA,plotDispEsts…
bio-pathway-enrichment-visualization:可视化 enrichment results ,使用 enrichplot package functions。 Covers dotplot,barplot,cne…
bio-pathway-reactome:Reactome pathway enrichment ,使用 ReactomePA package。 执行 over-representation analysis 、 GSEA ,支持 visu…
bio-reporting-figure-export:Export 论文级图表 in PDF/SVG/TIFF at specified DPI。