with one click
statistical-method-design
Design statistical methods, baselines, diagnostics, variants, and ablations that directly address a formal problem formulation.
Menu
Design statistical methods, baselines, diagnostics, variants, and ablations that directly address a formal problem formulation.
| name | statistical-method-design |
| description | Design statistical methods, baselines, diagnostics, variants, and ablations that directly address a formal problem formulation. |
| metadata | {"category":"domain","trigger-keywords":"method proposal,estimator,algorithm,baseline,ablation,diagnostic,statistical method","applicable-stages":"3,4,5,6,7,8","priority":"1"} |
Use this skill after formal problem formulation. The method should be a response to the formal target and assumptions, not a generic collection of techniques.
For each method:
Always define meaningful baselines:
Every method must connect to at least one claim:
method_to_claim_map:
proposed_method:
claims: [C1, C2]
expected_evidence: "lower risk under stress condition"
theory_target: "consistency under assumptions A1-A3"
Run Flux Balance Analysis (FBA) and related constraint-based simulations using COBRApy. Covers standard FBA, parsimonious FBA (pFBA), Flux Variability Analysis (FVA), loopless FBA, gene/reaction knockouts, and carbon source swapping. Outputs flux distributions and CSV files.
Analyse FBA flux distributions to extract biological insights. Covers gene essentiality, phenotypic phase planes, flux sampling, pathway-level aggregation, secretion product prediction, and production of publication- quality figures.
Build or load a genome-scale metabolic model (GSMM) using COBRApy. Covers loading from BIGG, constructing minimal models from scratch, setting medium constraints, and exporting validated .json model files.
Validate a COBRApy genome-scale metabolic model for mass/charge balance, stoichiometric consistency, biomass producibility, dead-end metabolites, thermodynamic loops, and GPR rule formatting. Outputs a structured validation report with errors and warnings.
Plan publishable constraint-based metabolic modelling studies when the user has a broad biological or metabolic-engineering topic but no concrete dataset, organism, model, or hypothesis. Selects feasible BiGG/COBRA models, objectives, perturbations, analyses, metrics, figures, and risk controls before FBA code is generated.
Orchestrate the full metabolic flux analysis pipeline from model loading to phenotype prediction and publication figures. Triggers when the user provides an organism name, BIGG model ID, or custom reaction list and wants end-to-end metabolic modelling run automatically.