scversescverseOfficialยท3 Agent Skills Included

spatialdata

Spatial omics data storage, processing, and Python profiling

Stores, queries, and transforms spatial omics datasets using an open, universal data framework. Profiles Python scripts for memory usage, CPU time, and slow imports with visual flamegraph reports. Eliminates guesswork when diagnosing memory leaks, slow code paths, and heavy dependencies in data pipelines.
npx skills add scverse/spatialdata --all -g -y

All Skills in This Repository (3)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install spatialdata?โ–ผ

Run `npx skills add scverse/spatialdata --all -g -y` in your terminal to install all skills in this suite globally.

What is spatial omics data?โ–ผ

Spatial omics data captures molecular measurements like gene expression mapped to their physical locations in tissue samples. SpatialData provides a standard format to store, query, and analyze this data.

How to find memory leaks in Python scripts?โ–ผ

The memray skill runs your script under memory profiling and generates a temporal flamegraph in the browser, showing allocation patterns and leaks over time.

How to profile slow Python code?โ–ผ

The pyspy skill records CPU execution time and opens an interactive speedscope report, helping you pinpoint the slowest functions in your script.

Why is my Python import so slow?โ–ผ

The profimp skill measures import times and produces a waterfall report showing exactly which modules and sub-imports slow down your startup.

Related Repositories in Data & Analytics

View All in Data & Analyticsโ†’