arxiv-search
Search arXiv physics, math, and computer science preprints using natural language queries. Powered by Valyu semantic search.
Maintainer K-Dense Inc. · Last updated April 1, 2026
NeuroKit2 is a comprehensive Python toolkit for processing and analy.
Original source
https://github.com/K-Dense-AI/claude-scientific-skills/tree/main/scientific-skills/neurokit2
Skill Snapshot
Source Doc
Apply this skill when working with:
Process electrocardiogram and photoplethysmography signals for cardiovascular analysis. See references/ecg_cardiac.md for detailed workflows.
Primary workflows:
Key functions:
import neurokit2 as nk
## Analyze ECG data (event-related or interval-related)
analysis = nk.ecg_analyze(signals, sampling_rate=1000)
Related skills
Search arXiv physics, math, and computer science preprints using natural language queries. Powered by Valyu semantic search.
Preprocesses cell-free DNA sequencing data including adapter trimming, alignment optimized for short fragments, and UMI-aware duplicate remo…
Identifies super-enhancers from H3K27ac ChIP-seq data using ROSE and related tools. Use when studying cell identity genes, cancer-associated…
Calculate tumor mutational burden from panel or WES data with proper normalization and clinical thresholds. Use when assessing immunotherapy…