Skip to content

Enum: AnalyticalControlType

Types of control samples used in analytical chemistry

URI: valuesets:AnalyticalControlType

Permissible Values

Value Meaning Description
INTERNAL_STANDARD MSIO:0000005 Known amount of standard added to analytical sample
EXTERNAL_STANDARD MSIO:0000004 Reference standard used as external reference point
POSITIVE_CONTROL MSIO:0000008 Control providing known positive signal
NEGATIVE_CONTROL MSIO:0000007 Control providing baseline/no signal reference
LONG_TERM_REFERENCE MSIO:0000006 Stable reference for cross-batch comparisons
BLANK None Sample containing only solvent/matrix without analyte
QUALITY_CONTROL None Sample with known composition for system performance monitoring

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/linkml/valuesets

LinkML Source

name: AnalyticalControlType
description: Types of control samples used in analytical chemistry
from_schema: https://w3id.org/linkml/valuesets
rank: 1000
permissible_values:
  INTERNAL_STANDARD:
    text: INTERNAL_STANDARD
    description: Known amount of standard added to analytical sample
    meaning: MSIO:0000005
    title: internal standard role
  EXTERNAL_STANDARD:
    text: EXTERNAL_STANDARD
    description: Reference standard used as external reference point
    meaning: MSIO:0000004
    title: external standard role
  POSITIVE_CONTROL:
    text: POSITIVE_CONTROL
    description: Control providing known positive signal
    meaning: MSIO:0000008
    title: positive control role
  NEGATIVE_CONTROL:
    text: NEGATIVE_CONTROL
    description: Control providing baseline/no signal reference
    meaning: MSIO:0000007
    title: negative control role
  LONG_TERM_REFERENCE:
    text: LONG_TERM_REFERENCE
    description: Stable reference for cross-batch comparisons
    meaning: MSIO:0000006
    title: long term reference role
  BLANK:
    text: BLANK
    description: Sample containing only solvent/matrix without analyte
  QUALITY_CONTROL:
    text: QUALITY_CONTROL
    description: Sample with known composition for system performance monitoring