数据与复现科研绘图与可视化FreedomIntelligence/OpenClaw-Medical-Skills数据与复现
BI

bio-reporting-figure-export

维护者 FreedomIntelligence · 最近更新 2026年4月1日

bio-reporting-figure-export:Export 论文级图表 in PDF/SVG/TIFF at specified DPI。

OpenClawNanoClaw分析处理写作整理bio-reporting-figure-export🧠 bioos extended suitebioos extended bioinformatics suiteexport

原始来源

FreedomIntelligence/OpenClaw-Medical-Skills

https://github.com/FreedomIntelligence/OpenClaw-Medical-Skills/tree/main/skills/bio-reporting-figure-export

维护者
FreedomIntelligence
许可
MIT
最近更新
2026年4月1日

技能摘要

来自 SKILL.md 的关键信息

2 min

核心说明

  • plt.rcParams.update({ 'font.size':8,'font.family':'Arial','axes.linewidth':0.5,'lines.linewidth':1,'figure.dpi':300 })。
  • fig,ax = plt.subplots(figsize=(3.5,3)) # Single column width。
  • fig.savefig('figure1.pdf',bbox_inches='tight',dpi=300) fig.savefig('figure1.png',bbox_inches='tight',dpi=300) fig.savefig('figure1.svg',bbox_inches='tight')。

原始文档

SKILL.md 摘录

Python (matplotlib)

import matplotlib.pyplot as plt

## R (ggplot2)

```r
library(ggplot2)

p <- ggplot(data, aes(x, y)) + geom_point() +
  theme_classic(base_size = 8) +
  theme(text = element_text(family = 'Arial'))

## PDF for vector graphics

ggsave('figure1.pdf', p, width = 3.5, height = 3, units = 'in')

适用场景

  • Use bio-reporting-figure-export to prepare 论文级图表。
  • Apply bio-reporting-figure-export when results need clear visual communication。

不适用场景

  • Do not rely on this catalog entry alone ,用于 installation 或 maintenance details。

上游相关技能

  • data-visualization/ggplot2-fundamentals - Creating plots in R
  • data-visualization/heatmaps-clustering - Complex visualizations
  • data-visualization/multipanel-figures - Figure composition

相关技能

相关技能

返回目录
BI
数据与复现科研绘图与可视化

bio-chipseq-visualization

bio-chipseq-visualization:可视化 ChIP-seq data ,使用 deepTools,Gviz,、 ChIPseeker。 创建 heatmaps,profile plots,、 genome browser…

OpenClawNanoClaw分析处理
FreedomIntelligence/OpenClaw-Medical-Skills查看
BI
数据与复现科研绘图与可视化

bio-consensus-sequences

bio-consensus-sequences:生成 consensus FASTA sequences by applying VCF variants to reference ,使用 bcftools consensus。 适合在cr…

OpenClawNanoClaw分析处理
FreedomIntelligence/OpenClaw-Medical-Skills查看
BI
数据与复现科研绘图与可视化

bio-copy-number-cnv-visualization

bio-copy-number-cnv-visualization:可视化 copy number profiles,segments,、 compare across samples。 创建 publication-quality plo…

OpenClawNanoClaw分析处理
FreedomIntelligence/OpenClaw-Medical-Skills查看
BI
数据与复现科研绘图与可视化

bio-data-visualization-circos-plots

bio-data-visualization-circos-plots:Circular genome visualization ,支持 Circos 或 pycirclize。

OpenClawNanoClaw分析处理
FreedomIntelligence/OpenClaw-Medical-Skills查看