NetworkingNode {BioNovoGene.Analytical.MassSpectrometry.Math.Spectra.MoleculeNetworking} .NET clr documentation

NetworkingNode

Description

Declare

            
# namespace BioNovoGene.Analytical.MassSpectrometry.Math.Spectra.MoleculeNetworking
export class NetworkingNode {
   members: PeakMs2[];
   mz: double;
   # get the reference LibraryMatrix.name from the NetworkingNode.representation
   #  spectrum object as the reference id of current network node
   referenceId: string;
   representation: LibraryMatrix;
   # get collection size of the NetworkingNode.members in current network node
   size: integer;
}

        

.NET clr type reference tree

  1. use by property member members: PeakMs2
  2. use by property member representation: LibraryMatrix

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