| SpectrumLine {BioNovoGene.BioDeep.MassSpectrometry.MoleculeNetworking} | .NET clr documentation | 
a spectrum grid line in the grid networking
            
# namespace BioNovoGene.BioDeep.MassSpectrometry.MoleculeNetworking
export class SpectrumLine {
   # the spectrum data objects across multiple rawdata files in current cluster
   cluster: PeakMs2[];
   # the corresponding intensity vector of current cluster data
   intensity: double;
   mz: double;
   # precursor ion of current spectrum cluster
   rt: double;
   # gets the cluster size
   size: integer;
}
        
        cluster: PeakMs2