PeakMs2 {BioNovoGene.Analytical.MassSpectrometry.Math.Spectra} .NET clr documentation

PeakMs2

Description

将mzXML文件之中的每一个ms2 scan转换而来

A union data model of the ms1 annotation data associated with the ms2 peak scan data.

Declare

            
# namespace BioNovoGene.Analytical.MassSpectrometry.Math.Spectra
export class PeakMs2 {
   activation: string;
   collisionEnergy: double;
   # 原始数据文件名
   file: string;
   # the number of the fragments in current spectrum peaks
   fragments: integer;
   # 一级母离子的响应强度
   intensity: double;
   # A unique variable name, meaning could be different with .
   lib_guid: string;
   # the associated meta/properties about this spectrum data object.
   meta: list;
   # 获取得到二级碎片的响应强度值的和,这个响应强度值是和其对应的一级母离子的响应强度值是呈正相关的
   Ms2Intensity: double;
   # The precursor m/z value.
   #  (一级母离子的m/z)
   mz: double;
   # 二级碎片信息
   mzInto: ms2[];
   # adducts type of the PeakMs2.mz value.
   precursor_type: string;
   # 一级母离子的出峰时间
   rt: double;
   # 数据扫描编号
   scan: string;
}

        

.NET clr type reference tree

  1. use by property member meta: list
  2. use by property member mzInto: ms2

[Package {$package} version {$version} Index]