dsh plugins中文
← Back to popular plugin directory

Plug-and-play proteomics analysis plugin

YukunR/dsh-ezprot-plugin · skills

A plug-and-play proteomics analysis plugin for DeepSeek Harness.

★ 0GitHub stars
0Forks
2026-08-16Last updated
RLanguage
MITLicense

Project overview

A plug-and-play proteomics analysis plugin for DeepSeek Harness. It wraps a full protein-expression analysis workflow — normalization → PCA → batch correction → differential analysis → GO/KEGG enrichment → GSEA — behind a conversation: give the agent your data file, answer a few questions (which columns are what, which groups to compare), and the plugin prepares everything automatically and walks through every step with visible summaries and figures, ending with an interpretation report.

No R, no Docker, no terminal knowledge required: the plugin detects or silently installs its own R 4.4.0 runtime and package library on first use (one-time, 10–20 min). Install

Prerequisites: Node.js (bundles npx) and pnpm — npm install -g pnpm.

Install command

dsh plugin --profile web add github:YukunR/dsh-ezprot-plugin
View GitHub repository ↗Back to popular plugin directory