枚举 (Enumerations)

https://npyc-toolbox.readthedocs.io/en/latest/enumerations.html

为分析实验中引用的公共类型提供一组枚举

  1. class nPYc.enumerations. VariableType

数据抽样方式的枚举

  • Discreetly离散采样数据类型是指变量邻接不重要的数据类型

  • 在谱数据、连续数据和同义数据spectral, continuum, and synonymous data中,变量的顺序对数据的解释很重要

    Discrete = 1

    Continuum = 2

    Spectral = 2

    Profile = 2


  1. class nPYc.enumerations.Ionisation

质谱中电离方法的列举

EI = 'Electron Impact'

ESI = 'Electrospray Ionisation'

DESI = 'Desorption Electrospray Ionisation'

MALDI = 'Matrix Assisted Laser Desorption Ionisation'


  1. class nPYc.enumerations.SampleType

    枚举不同的样品类型

    • Study Samples 研究样本包括所讨论的研究

    • Study Pool研究池由所有研究样本的混合物组成

    • External Reference外部参照物是与研究样品可比较的机制,但并不是从研究中获得的样品中提取的样品(或混合物)

    • Method Reference是混合物由已知化学标准的合成混合物组成

    • Procedural Blank过程空白处理与研究样本相同,但不包含来自样本机制中的任何信号

      StudySample = 'Study Sample'

      StudyPool = 'Study Pool'

      ExternalReference = 'External Reference'

      MethodReference = 'Method Reference'

      ProceduralBlank = 'Procedural Blank'


  1. class nPYc.enumerations. DarasetLevel

    Unknown = 0

    Empty = 1

    ValuesOnly = 2

    QCReady = 3


  1. class nPYc.enumerations. AssayRole

    • Assay实验是分析的核心

    • Precision Reference准确对照是在实验中反复检测,并且用于计算分析的准确性

    • Linearity Reference用于评估数据集中的线性响应,通常通过不同浓度或不同浓度的稀释重复进样。如果由基础水平稀释生成,则在sampleMetadata表的“稀释”字段中显示每个线性参考样本的百分比浓度

      Assay = 'Assay'

      PrecisionReference = 'Precision Reference'

      LinearityReference = 'Linearity Reference'


  1. class nPYc.enumerations.Polarity

    电离极性的列举

    Positive = 1

    Negative = 2


  1. class nPYc.enumerations.QuantificationType

    定量类型的列举

    • IS是内标物

    • QuantOwnLabeledAnalogue是用自己标记的类似物对化合物进行量化和验证

    • QuanAltLabeledAnalogue是化合物定量和验证与替代标记类似物

    • QuantOther是化合物通过其他方法定量

    • Monitored是检测相关信息的化合物

      IS = 'Internal Standard'

      QuantOwnLabeledAnalogue = 'Quantified and validated with own labeled analogue'

      QuantAltLabeledAnalogue = 'Quantified and validated with alternative labeled analogue'

      QuantOther = 'Other quantification'

      Monitored = 'Monitored for relative information'


  1. class nPYc.enumerations. CalibrationMethod

    列举不同的校准方法

    • noCalibration是指没有定量的化合物(监测相关的信息)

    • noIS是不采用内标的化合物(或者内标物本身)

    • backcalsulatedIS是采用内标定量的化合物

    • otherCalibration是通过其他校准方式定量的化合物

      noCalibration = 'No calibration'

      noIS = 'No Internal Standard'

      backcalculatedIS = 'Backcalculated with Internal Standard'

      otherCalibration = 'Other calibration method'