metabolicinput

Route Seurat objects to downstream metabolic analysis steps.

22|4|Updated May 18, 2021
One-click install
npx skills add https://github.com/pwwang/immunopipe --skill metabolicinput
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: metabolicinput
Source: https://github.com/pwwang/immunopipe/tree/main/skills/metabolicinput
Command: npx skills add https://github.com/pwwang/immunopipe --skill metabolicinput

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the transition from a prepared Seurat object to downstream metabolic analysis steps, eliminating manual routing and ensuring consistency across analyses.

Core Features & Use Cases

  • Pass-through integration: takes the Seurat object from upstream steps and forwards to MetabolicExprImputation, MetabolicPathwayActivity, MetabolicFeatures, and MetabolicPathwayHeterogeneity.
  • No direct configuration required: behavior is driven by the ScrnaMetabolicLandscape group level.
  • Use Case: after Clustering, enable metabolic landscape analyses without reconfiguring objects.

Quick Start

Invoke the metabolicinput step after Seurat clustering to route the object to downstream metabolic analyses.

Frequently Asked Questions about metabolicinput

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

FAQPage Schema
How do I route a Seurat object to downstream metabolic analysis steps?

Routing a Seurat object to metabolic analysis involves a pass-through step that automatically receives upstream scRNA clustering data and forwards it to metabolic landscape pipelines. This eliminates manual routing and ensures analytical consistency.

What is scRNA metabolic landscape analysis and when do I need it?

scRNA metabolic landscape analysis evaluates pathway activity, expression imputation, and heterogeneity from single-cell data. You need it after Seurat clustering to characterize metabolic features across different cell populations.

Do I need to configure parameters to prepare my Seurat object for metabolic pathway activity analysis?

No direct configuration is required to prepare your Seurat object for metabolic pathway activity analysis. All parameters are defined at the ScrnaMetabolicLandscape group level, allowing the pass-through step to forward data automatically.

Can I use my clustered Seurat object directly for metabolic heterogeneity analysis?

Yes, you can use clustered Seurat objects directly for metabolic heterogeneity analysis. A dedicated pass-through step automatically receives the upstream SeuratClustering output and forwards it to the heterogeneity pipeline.

What downstream metabolic features can I analyze after Seurat clustering?

After Seurat clustering, you can analyze metabolic features including expression imputation, pathway activity, and pathway heterogeneity. The pass-through routing step forwards the Seurat object to these specific downstream metabolic pipelines.

Why does my metabolic landscape pipeline require a pass-through step after clustering?

A pass-through step is required to automate the transition from a prepared Seurat object to downstream metabolic landscape analysis. It ensures the clustered scRNA data is routed correctly without manual intervention or reconfiguration.