bgpt-paper-search
BGPT is a remote MCP server that searches a curated database of scientific papers built from raw experimental data extracted from full-text…
Maintainer FreedomIntelligence · Last updated April 1, 2026
Biomedical-specific data visualization: clinical trial plots, survival curves, forest plots.
Original source
https://github.com/FreedomIntelligence/OpenClaw-Medical-Skills/tree/main/skills/data-visualization-biomedical
Skill Snapshot
Source Doc
import matplotlib.pyplot as plt
import seaborn as sns
import numpy as np
import pandas as pd
## Export for Journals
See `references/color_guidelines.md` for accessibility standards.
See `scripts/figure_templates.py` for pre-built templates.
Related skills
BGPT is a remote MCP server that searches a curated database of scientific papers built from raw experimental data extracted from full-text…
Visualize ChIP-seq data using deepTools, Gviz, and ChIPseeker. Create heatmaps, profile plots, and genome browser tracks. Visualize signal a…
Generate consensus FASTA sequences by applying VCF variants to a reference using bcftools consensus. Use when creating sample-specific refer…
Visualize copy number profiles, segments, and compare across samples. Create publication-quality plots of CNV data from CNVkit, GATK, or oth…