Add support for Vaex for fast, memory-efficient exploration and visualization of large tabular datasets using lazy, out-of-core computation.

This commit is contained in:
Timothy Kassis
2025-11-02 14:43:20 -08:00
parent f32b3f8b42
commit 27d6ee387f
10 changed files with 3720 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
# Claude Scientific Skills
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE.md)
[![Skills](https://img.shields.io/badge/Skills-95-brightgreen.svg)](#what-s-included)
[![Skills](https://img.shields.io/badge/Skills-96-brightgreen.svg)](#what-s-included)
[![Equivalent Tools](https://img.shields.io/badge/Equivalent_Tools-1002-blue.svg)](#what-s-included)
A comprehensive collection of ready-to-use scientific skills for Claude, curated by the K-Dense team.
@@ -47,7 +47,7 @@ These skills enable Claude to work with specialized scientific libraries and dat
| Category | Count | Description |
|----------|-------|-------------|
| 📊 **Scientific Databases** | 26 | PubMed, PubChem, UniProt, ChEMBL, COSMIC, DrugBank, AlphaFold DB, bioRxiv, and more |
| 🔬 **Scientific Packages** | 60 | BioPython, RDKit, PyTorch, Scanpy, scvi-tools, ESM, NetworkX, SimPy, pydicom, PyHealth, Data Commons, histolab, LaminDB, PathML, PyLabRobot, HypoGeniC, MarkItDown, and more |
| 🔬 **Scientific Packages** | 61 | BioPython, RDKit, PyTorch, Scanpy, scvi-tools, ESM, NetworkX, SimPy, pydicom, PyHealth, Data Commons, histolab, LaminDB, PathML, PyLabRobot, HypoGeniC, MarkItDown, Vaex, and more |
| 🔌 **Scientific Integrations** | 7 | Benchling, DNAnexus, Opentrons, LabArchives, LatchBio, OMERO, Protocols.io |
| 🛠️ **Scientific Helpers** | 2 | Context initialization and resource detection utilities |
| 📚 **Documented Workflows** | 122 | Ready-to-use examples and reference materials |
@@ -313,7 +313,7 @@ results, conclusions and providing recommendations."
---
### 🔬 Scientific Packages
**61 specialized Python packages** organized by domain.
**62 specialized Python packages** organized by domain.
📖 **[Full Package Documentation →](docs/scientific-packages.md)**
@@ -355,9 +355,9 @@ results, conclusions and providing recommendations."
</details>
<details>
<summary><strong>Data Analysis & Visualization (8 packages)</strong></summary>
<summary><strong>Data Analysis & Visualization (9 packages)</strong></summary>
- Dask, Matplotlib, NetworkX, Polars, ReportLab, Seaborn, SimPy, SymPy
- Dask, Matplotlib, NetworkX, Polars, ReportLab, Seaborn, SimPy, SymPy, Vaex
</details>