Token导航 LogoToken导航TokenDH.com
研究检索需要联网github未标认证来源可访问许可证需确认审计提醒

tooluniverse-data-integration-analysis工具宇宙数据整合分析

Agent Skill

用于辅助数据整理、表格处理、CSV/Excel 分析、指标计算和图表准备。它适合让 Agent 清洗字段、汇总数据、发现异常、生成统计口径或把分析结果转成可读说明。使用时需要确认数据来源、字段含义和时间范围,避免把样本数据当全量事实;涉及敏感数据、导出文件或批量写回时,应先确认权限和脱敏边界。

总安装

1,414

周安装

50

GitHub Stars

1,312

下载量

768
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:tooluniverse-data-integration-analysis(工具宇宙数据整合分析)
来源仓库:https://github.com/mims-harvard/tooluniverse
仓库路径:skills/tooluniverse-data-integration-analysis
安装命令:
npx skills add https://github.com/mims-harvard/tooluniverse --skill tooluniverse-data-integration-analysis
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/mims-harvard/tooluniverse --skill tooluniverse-data-integration-analysis

简介

用于辅助多源数据的整合、转换与联合分析。

  • 适用于异构数据集合并、格式标准化和交叉验证的场景。
  • 通过 npx skills add 命令从指定 GitHub 仓库安装并使用。
  • 使用时需确认各数据源的 schema 和时间对齐方式。
  • tooluniverse-data-integration-analysis 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

COMPUTE, DON'T DESCRIBE

When analysis requires computation (statistics, data processing, scoring, enrichment), write and run Python code via Bash. Don't describe what you would do -- execute it and report actual results. Use ToolUniverse tools to retrieve data, then Python (pandas, scipy, statsmodels, matplotlib) to analyze it.

Data Integration Analysis

Bridge the gap between statistical results and biological understanding. After any computational analysis produces significant findings, this skill teaches how to interpret them using ToolUniverse's biological knowledge tools -- the key advantage over platforms that only do data analysis.

IMPORTANT: Always use English terms in tool calls (gene names, pathway names, organism names), even if the user writes in another language. Respond in the user's language.


When to Use This Skill

Apply when:

  • Statistical analysis produced a list of significant genes, variants, metabolites, or exposures
  • Users want to go beyond p-values to understand WHY something is significant
  • Combining computational results with published evidence
  • Interpreting differential expression, GWAS hits, or association study results biologically
  • Users ask "what does this result mean?" after running an analysis

NOT for (use other skills instead):

  • Running the statistical analysis itself --> Use tooluniverse-statistical-modeling or tooluniverse-rnaseq-deseq2
  • Pure gene enrichment without prior analysis --> Use tooluniverse-gene-enrichment
  • Pure literature review --> Use tooluniverse-literature-deep-research
  • Single variant interpretation --> Use tooluniverse-variant-interpretation

Step 1: Statistical Results to Biological Questions

Map each type of significant finding to the right biological question:

Finding TypeBiological QuestionTool Discovery Query
Significant gene listWhat pathways are enriched? What functions converge?find_tools("gene enrichment pathway analysis")
Significant variant (rsID)What is the functional impact? Which gene is affected?find_tools("variant annotation functional impact")
Significant exposure/chemicalWhat is the biological mechanism? Which pathways?find_tools("chemical gene pathway toxicology")
Significant drug associationWhat is the molecular target? What is the MOA?find_tools("drug target mechanism action")
Significant metaboliteWhich metabolic pathway is perturbed?find_tools("metabolite pathway identification")

Key principle: Do not stop at "gene X is significant." Ask: significant in what context? Through what mechanism? With what downstream consequence?


Step 2: Multi-Database Evidence Integration

For each significant finding, query multiple sources and synthesize. The pattern:

  1. Literature evidence: Search PubMed/EuropePMC for published studies linking your finding to the phenotype. Look for meta-analyses and systematic reviews first.
  2. Genetic association evidence: Query GWAS Catalog or OpenTargets to check whether genetic evidence independently supports the association.
  3. Pathway context: Query KEGG, Reactome, or WikiPathways to place the finding in a biological pathway. Identify upstream regulators and downstream effectors.
  4. Interaction networks: Query STRING or BioGRID for protein-protein interactions. Look for whether your significant genes cluster in the same network neighborhood.
  5. Clinical relevance: Check ClinVar for variant clinical significance, DGIdb or ChEMBL for druggability, or ClinicalTrials.gov for ongoing interventions.

Evidence grading (grade each piece of evidence):

GradeSource TypeExample
T1 (Strong)Randomized clinical trial, Mendelian randomization"RCT showed drug X reduces outcome Y"
T2 (Moderate)Large cohort study, GWAS with replication"GWAS meta-analysis in 500k subjects"
T3 (Suggestive)Case-control study, animal model"Mouse knockout shows phenotype"
T4 (Hypothesis)In silico prediction, pathway inference"Network analysis suggests involvement"

Step 3: Causal Reasoning

Statistical association is not causation. Apply these reasoning frameworks:

DAG construction: Before interpreting, sketch the causal directed acyclic graph (DAG).

  • Identify potential confounders (common causes of exposure and outcome) -- these must be adjusted for.
  • Identify potential mediators (on the causal path) -- do NOT adjust for these if estimating total effect.
  • Identify colliders (common effects) -- conditioning on colliders introduces bias.

Triangulation: The same finding supported by different methods with different biases strengthens causal inference.

  • Observational association + Mendelian randomization + animal experiment = strong triangulated evidence
  • If MR contradicts observational data, suspect confounding in the observational study

Mendelian randomization logic: Genetic variants (instruments) are assigned at conception, so they are not confounded by lifestyle or reverse causation. If a genetic variant that increases exposure X also increases disease Y, this supports X causing Y. Check instrument strength (F-statistic > 10), exclusion restriction (variant affects Y only through X), and pleiotropy (MR-Egger intercept).

Mediation analysis: If gene G is associated with both exposure and outcome, ask: does the exposure effect on outcome go through G? Use the finding's pathway context (Step 2) to propose mediators, then check if adjusting for the mediator attenuates the effect.


Step 4: Cross-Validation

Before reporting a finding as robust, attempt to falsify it:

  1. Replication: Search literature and datasets (DataCite, GEO, ArrayExpress) for independent datasets where the same finding can be tested. A finding that replicates in an independent cohort is much stronger.
  2. Biological plausibility: Does the mechanism make biological sense? Check if animal or cell models support it (PubMed search for "[gene] knockout [phenotype]" or "[chemical] exposure [cell type]").
  3. Genetic support: Check if GWAS evidence supports the direction of effect. If your analysis says gene X is protective but GWAS shows risk alleles increase X expression, there is a contradiction to resolve.
  4. Dose-response: If available, check whether the effect increases with dose. A dose-response relationship strengthens causal inference.
  5. Negative controls: If possible, test the same analysis on a finding where you expect no association. If the negative control also shows an association, suspect a methodological artifact.

Step 5: Actionable Reporting

Structure the integrated report as follows:

Evidence Summary Table

For each significant finding, produce one row:

FindingStatistical EvidenceBiological MechanismLiterature SupportGenetic SupportEvidence Grade
Gene X upregulatedFDR=0.001, log2FC=2.3PI3K/AKT pathway12 papers, 2 RCTsGWAS: rs123 (p=5e-8)Strong
Variant rs456OR=1.4, p=2e-6Splicing disruption3 case reportseQTL in GTExModerate

Strength Assessment

  • Strong: Statistical significance + biological mechanism + independent replication + genetic support
  • Moderate: Statistical significance + biological mechanism + partial replication
  • Weak: Statistical significance + plausible mechanism but no independent support
  • Suggestive: Statistical trend + computational prediction only

Knowledge Gaps and Next Steps

  • Which findings lack replication? Propose specific datasets to test in.
  • Which mechanisms are inferred but not experimentally validated? Propose experiments.
  • Which findings have conflicting evidence? State the contradiction explicitly.
  • Generate testable hypotheses: "If finding X is causal, then [experimental prediction]."

Clinical or Public Health Implications

  • State whether the finding is actionable now or requires further validation.
  • If druggable, identify existing therapeutics and their development stage.
  • If a biomarker, assess sensitivity/specificity for clinical utility.

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

35.23%
按下载量换算271

Claude

32.53%
按下载量换算250

Cursor

17.89%
按下载量换算137

Gemini CLI

10.66%
按下载量换算82

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

可疑

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills