跳到主要内容
知仓学习社ZHICANG

deep-visual-proteomics-agent

deep-visual-proteomics-agent,来自 FreedomIntelligence/OpenClaw-Medical-Skills 的 agent 技能。

不碰外部(只输出文字)无严重或高危命中FreedomIntelligence/OpenClaw-Medical-Skills

它会碰到什么

扫了多少1 个文本文件,5 KB
它会碰到什么不碰外部(只输出文字)
命中总数0 处
命中统计严重 0 · 高 0 · 中 0 · 低 0

这一栏是扫描器报的事实,不是结论。命中多不等于有毒(安全工具、规则库、示例脚本本来就会包含危险写法),命中少也不等于干净。它和你手上的凭据、文件、网络有什么关系,需要你自己看。

技能内容

<!--

COPYRIGHT NOTICE

This file is part of the "Universal Biomedical Skills" project.

Copyright (c) 2026 MD BABU MIA, PhD <md.babu.mia@mssm.edu>

All Rights Reserved.

#

This code is proprietary and confidential.

Unauthorized copying of this file, via any medium is strictly prohibited.

#

Provenance: Authenticated by MD BABU MIA

-->


name: 'deep-visual-proteomics-agent'

description: 'AI-driven integration of cellular imaging, laser microdissection, and ultra-sensitive mass spectrometry for spatially-resolved single-cell proteomics.'

measurable_outcome: Execute skill workflow successfully with valid output within 15 minutes.

allowed-tools:

  • read_file
  • run_shell_command

Deep Visual Proteomics Agent

The Deep Visual Proteomics Agent implements the Deep Visual Proteomics (DVP) workflow that combines AI-driven image analysis of cellular phenotypes with automated laser microdissection and ultra-high-sensitivity mass spectrometry. It links protein abundance to complex cellular or subcellular phenotypes while preserving spatial context.

When to Use This Skill

  • When studying spatially-resolved protein expression in tissue sections.
  • To link single-cell morphological phenotypes to proteome profiles.
  • For identifying cell-type specific protein signatures in heterogeneous tissues.
  • When analyzing subcellular proteome compartmentalization.
  • To discover spatially-restricted biomarkers in tumor microenvironments.

Core Capabilities

  1. AI Image Segmentation: Deep learning models segment cells and identify phenotypes from brightfield, H&E, or immunofluorescence images.
  1. Phenotype Classification: CNN/transformer classifiers identify cell types, disease states, and morphological abnormalities.
  1. LMD Coordinate Generation: Automated generation of laser microdissection coordinates for cells of interest.
  1. MS Data Integration: Processes MaxQuant/DIA-NN output to link protein abundances to spatial coordinates.
  1. Spatial Proteome Mapping: Creates spatially-resolved proteome maps linking morphology to molecular profiles.
  1. Biologically-Informed Analysis: Neural networks incorporating pathway knowledge for interpretable biomarker discovery.

DVP Workflow

Tissue Section
     ↓
[AI Image Analysis] → Cell Segmentation → Phenotype Classification
     ↓
[Region Selection] → LMD Coordinates → Automated Microdissection
     ↓
[Sample Processing] → Low-input LC-MS/MS → Proteome Quantification
     ↓
[Data Integration] → Spatial Proteome Map → Pathway Analysis

Example Usage

User: "Identify tumor vs. stroma cells in this H&E image and generate proteome profiles for each population."

Agent Action:

python3 Skills/Proteomics/Deep_Visual_Proteomics_Agent/dvp_analyzer.py \
    --image tissue_section.tiff \
    --segmentation cellpose \
    --classifier tumor_stroma_cnn \
    --generate_lmd true \
    --ms_data maxquant_output/ \
    --analysis differential \
    --output dvp_results/

Key Components

| Component | Tool/Method | Description |

|-----------|-------------|-------------|

| Segmentation | Cellpose, StarDist | Instance segmentation of cells |

| Classification | Custom CNN/ViT | Phenotype assignment |

| LMD Interface | Leica LMD7, PALM | Coordinate export formats |

| MS Processing | MaxQuant, DIA-NN | Protein quantification |

| Integration | Custom Python | Spatial mapping |

Analysis Outputs

  1. Spatial Protein Maps: Protein abundance overlaid on tissue coordinates
  2. Phenotype-Proteome Links: Proteins enriched in specific cell types
  3. Pathway Activation: Spatial patterns of pathway activity
  4. Differential Analysis: Comparison between regions/phenotypes
  5. Biomarker Candidates: Spatially-restricted markers

Biologically-Informed Neural Networks (BINNs)

The agent implements BINNs that integrate:

  • A priori knowledge of protein-pathway relationships
  • Sparse neural network architecture mirroring biological networks
  • Enhanced interpretability for clinical applications
  • Validated in septic AKI, COVID-19, and ARDS cohorts
Input: Protein abundances
  ↓
Pathway Layer: Proteins → Pathways (sparse connections)
  ↓
Process Layer: Pathways → Biological processes
  ↓
Output: Phenotype classification + pathway importance scores

Prerequisites

  • Python 3.10+
  • PyTorch with vision models
  • Cellpose/StarDist for segmentation
  • MS data processing tools
  • GPU recommended for image analysis

Related Skills

  • Pathology_AI - For histopathology analysis
  • Proteomics_MS - For standard proteomics workflows
  • Spatial_Transcriptomics - For complementary spatial RNA

Applications

  1. Tumor Heterogeneity: Map proteome across tumor microenvironment regions
  2. Single-Cell Resolution: Proteome profiles of rare cell populations
  3. Disease Mechanisms: Link morphological changes to molecular drivers
  4. Drug Response: Spatial patterns of treatment response

Technical Specifications

Sensitivity: 100-500 cells per sample for robust quantification

Throughput: 1,000-5,000 proteins per sample

Resolution: Single-cell to ~10-cell resolution

Formats: TIFF/SVS images, MaxQuant/DIA-NN output

Author

AI Group - Biomedical AI Platform

<!-- AUTHOR_SIGNATURE: 9a7f3c2e-MD-BABU-MIA-2026-MSSM-SECURE -->

想直接用这个技能?

本站把开放许可(MIT / Apache 等)的技能按仓库打包整理到网盘,点一下转存到你自己的网盘,不用一个个从 GitHub 拉。许可未声明的技能只给原始仓库链接,不打包。

它属于哪个仓库

星标★ 3,010
本站分层T1
该仓技能数897
原文件路径skills/deep-visual-proteomics-agent/SKILL.md

同一个仓库里的其他技能

看这个仓库的全部 897 个技能