proteomics-data-import

Convert MaxQuant, DIA-NN, Spectronaut, and CSV/TSV proteomics data into standardized OmicsClaw format.

155|26|Updated Mar 14, 2026
One-click install
npx skills add https://github.com/TianGzlab/OmicsClaw --skill proteomics-data-import
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: proteomics-data-import
Source: https://github.com/TianGzlab/OmicsClaw/tree/main/skills/proteomics/proteomics-data-import
Command: npx skills add https://github.com/TianGzlab/OmicsClaw --skill proteomics-data-import

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill addresses the challenge of disparate proteomics data formats from various search engines, enabling seamless integration and analysis.

Core Features & Use Cases

  • Format Conversion: Converts data from MaxQuant, DIA-NN, Spectronaut, and generic CSV/TSV into a standardized format.
  • Data Unification: Creates a single, long-format intensity matrix from diverse raw search outputs.
  • Use Case: You have proteomics data processed by both MaxQuant and DIA-NN. This Skill can ingest both files and output them in a consistent format ready for downstream quality control and statistical analysis.

Quick Start

Convert my MaxQuant proteinGroups.txt file into a standard format.

Frequently Asked Questions about proteomics-data-import

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I convert MaxQuant proteinGroups output into a standardized format?

To convert MaxQuant proteinGroups output, this Skill parses the table structure, identifies key columns like protein IDs and intensity values, and transforms them into a standardized long-format intensity matrix for seamless downstream analysis.

Can I import proteomics data from both DIA-NN and Spectronaut into the same format?

Yes, you can import proteomics data from DIA-NN and Spectronaut into the same format. The Skill ingests diverse search engine outputs and unifies them into a single consistent long-format intensity matrix.

What is the best way to standardize proteomics data formats for downstream analysis?

The best way to standardize proteomics data formats is to use a conversion tool that parses disparate table structures from various search engines and maps key columns into a single long-format intensity matrix.

Does this data import tool work with generic CSV and TSV files?

Yes, this data import tool works with generic CSV and TSV files. It can parse these standard table structures, identify key protein and intensity columns, and convert them into the required standardized format.

How does proteomics data conversion handle different table structures from multiple search engines?

Proteomics data conversion handles different table structures by parsing the specific output formats of search engines like MaxQuant and DIA-NN, accurately identifying key columns like protein IDs and intensity values to create a unified matrix.