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 K-Dense Inc. · Last updated April 1, 2026
Scanpy is a scalable Python toolkit for analy.
Original source
https://github.com/K-Dense-AI/claude-scientific-skills/tree/main/scientific-skills/scanpy
Skill Snapshot
Source Doc
This skill should be used when:
import scanpy as sc
import pandas as pd
import numpy as np
## From 10X Genomics
adata = sc.read_10x_mtx('path/to/data/')
adata = sc.read_10x_h5('path/to/data.h5')
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…
Visualize RNA modification profiles and metagene plots.
Visualize enrichment results using enrichplot package functions. Use when creating publication-quality figures from clusterProfiler results.…