agentsclimarketplace

Calibration curve validation

Skill HolobiomicsLab/asb-skill-collections/collections/metabolomics/v2/skills/calibration-curve-validation

Curated, evidence-grounded skill and software-tool collections for scientific AI agents, generated by the AgenticScienceBuilder

Install
npx -y skills add HolobiomicsLab/asb-skill-collections --skill calibration-curve-validation

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 14 stars14 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Use when when you have loaded standard compound MS intensity measurements with known concentrations and need to select between linear or quadratic regression models before applying the calibration to unknown samples.

The file declares its own license as CC-BY-4.0. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.

SKILL.md

6.4 KB, 892 tokens by cl100k_base, as published. Nobody here has run it

calibration-curve-validation

Summary

Validate and optimize calibration models (linear or quadratic regression) fitted to standard compound MS intensity measurements before applying them to convert sample intensities into quantitative concentrations. This skill ensures that the selected model accurately relates measured intensities to known concentrations across the dynamic range of the assay.

When to use

When you have loaded standard compound MS intensity measurements with known concentrations and need to select between linear or quadratic regression models before applying the calibration to unknown samples. Particularly important when intensity drift is observed across a measurement sequence, requiring model optimization and selection of appropriate standard levels.

When NOT to use

  • Sample MS intensity data without any standard compounds available for model fitting.
  • When the instrument platform does not measure MS intensity linearly or exhibits non-standard response behavior that violates regression model assumptions.
  • Input data already processed through validated external calibration by another quantification tool; re-validation may introduce inconsistency.

Inputs

  • Standard compound MS intensity measurements
  • Known standard concentrations
  • MS intensity data file (format compatible with QuantyFey)

Outputs

  • Validated calibration model (linear or quadratic regression)
  • Model parameters and regression coefficients
  • Residual diagnostics and goodness-of-fit metrics
  • Selected subset of standards deemed appropriate for quantification

How to apply

Fit candidate calibration models (linear and quadratic regression) relating MS intensity to standard concentrations. Use QuantyFey's interactive regression model optimization module to manually adjust model parameters, weights, and standard level inclusion, or use the automatic optimization module to select the best-fit model and appropriate standards. Evaluate model quality by inspecting residuals, goodness-of-fit metrics, and prediction accuracy across standard levels. Apply the validated model to convert sample MS intensities into predicted concentrations only after confirming adequate model performance and sensitivity to expected concentration ranges.

Related tools

  • QuantyFey (Shiny application for interactive calibration model optimization, selection, and application; provides both manual regression model adjustment and automatic optimization modules for linear/quadratic model selection) — https://github.com/CDLMarkus/QuantyFey

Evaluation signals

  • Model residuals are randomly distributed around zero with no systematic bias across the standard concentration range.
  • Goodness-of-fit metrics (R², residual standard error) meet predefined acceptance criteria for the analytical method.
  • Predicted concentrations for held-out or replicate standards fall within expected accuracy bounds (e.g., ±10–20% of nominal values).
  • Selected standard levels span the full dynamic range of expected sample concentrations without extrapolation beyond the highest or lowest standard.
  • Model selection is consistent between manual optimization and automatic optimization modules, or documented rationale explains deliberate deviation.

Limitations

  • QuantyFey is compatible with Windows operating systems only for the standalone version; Linux users must use the Apptainer container, and macOS support is slow and difficult to configure.
  • Calibration curve validation assumes linearity or quadratic relationships; non-linear or sigmoidal dose–response curves are not natively supported.
  • Interactive model optimization requires manual intervention and domain expertise; automatic optimization may not detect misspecified models if outliers or systematic errors in standards are present.
  • Validation is performed on standards only; true predictive performance on unknown samples cannot be fully assessed without external reference or replicate measurements.

Evidence

  • [readme] QuantyFey provides Interactive Regression Model Optimization and Automatic Optimization Module: "Interactive Regression Model Optimization - manual adjustment of model, weights, standard levels etc. Automatic Optimization Module - automatic selection of linear or quadratic"
  • [other] Calibration model fitting workflow with standards and samples: "1. Load standard compound MS intensity measurements and their known concentrations. 2. Fit a calibration model (linear or non-linear regression) relating intensity to concentration using the"
  • [other] Model application to predict sample concentrations: "3. Load sample MS intensity data. 4. Apply the fitted calibration model to convert sample intensities into predicted concentrations."
  • [intro] Intensity drift correction strategies affecting model selection: "It is specifically designed to address intensity drifts in datasets, offering multiple correction strategies to ensure accurate quantification"
  • [readme] Bracketing and weighting approaches for calibration curve validation: "Custom Bracketing Quantification (Assigning calibration data to predefined blocks of the sequence). Weighted Bracketing Weighting of calibration curves based on the position of the samples"

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.