dshbase

Plugin directory / Developer / dsh-ezprot-plugin

dsh-ezprot-plugin

Unverified YukunR

✓ Actively maintained 2 contributors Builds on 3 official DSH packages

View on GitHub ↗ ← Back to plugin directory

1Stars
0Forks
0Open issues
Language
2026-08-21Last push
Cross-platformPlatform

What it does

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

Our take
Unverified — not yet verified

A plug-and-play proteomics analysis plugin for DeepSeek Harness Not yet verified — install and test it yourself.

“Unverified” means our automated CI has not yet installed this plugin. Feature descriptions and version compatibility are the author’s claims. This is not a security audit and not an endorsement of third-party code.

Plugin author? Get the “Verified” label — submit your own evidence (screenshots, logs, or a short demo) and we'll review and flip the badge.

Submit verification evidence ↗

README

dsh-ezprot-plugin

English | 中文

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 or 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). Docker is optional: the plugin switches to a Docker backend automatically when a usable local R cannot be set up, and can run the one-time GO/KEGG background build inside the image on network-restricted machines.

Install

From the DSH Desktop plugin market

DSH Desktop ships an in-app plugin market. Add our catalog source once, then
install from the UI:

  1. Settings → Plugins → Plugin market → Sources → Add standard source.
  2. Enter https://dsh-plugin.yukunr.top/catalog-source.json.
  3. Open Discover, search ezprot, and install dsh-ezprot-plugin from
    the card — Desktop re-verifies the exact version and the active profile
    before installing.
  4. Restart Desktop and start a session: the proteomics_* tools are ready.

A step-by-step guide with screenshots: 安装指南 (中文).

From the command line

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

Requires the dsh CLI (Windows / macOS / Linux), one command:

npx @deepseek-ai/dsh plugin --profile web add [email protected]

If dsh is already installed globally, drop the npx @deepseek-ai/ prefix:

dsh plugin --profile web add [email protected]

Then restart dsh web. Every session's agent gains the proteomics_* tools.

Usage

Just talk to the agent. For example:

My proteomics data is at D:\my-experiment\origin_data.txt with sample groups in D:\my-experiment\sample_info.txt, mouse samples. Compare HC and HD against NC.

The agent will inspect and QC your data, confirm the comparisons with you, run the analysis step by step, and write an interpretation report (top proteins, enriched pathways, candidate targets). Detailed instructions: biologist's guide (中文).

Development

See CONTRIBUTING.md.

Install

🧩 Let your agent install it (recommended)

Install the catalog once, then DeepSeek Harness can find and install any plugin from this site automatically:

dsh plugin add dshbase-catalog

Then say "install dsh-ezprot-plugin for me" — your agent finds it in the directory and installs it. Docs: dshbase-catalog · verified packs.

This plugin is GitHub source (not published to npm) — install it straight from the repo:

Web profile:

dsh plugin --profile web add github:YukunR/dsh-ezprot-plugin

Headless (CLI) profile:

dsh plugin --profile headless add github:YukunR/dsh-ezprot-plugin

Test report

Not yet L3-verified — see failure note below if we already ran it.

Status: pending · last test 2026-08-26
Note: 验证: runtime-fail Browse all pending failures →
Security: not yet scanned — our daily static scan will cover it shortly.

Share this badge

More in Developer

Browse all 7795 plugins →