TreeCluster {BioNovoGene.BioDeep.MassSpectrometry.MoleculeNetworking} .NET clr documentation

TreeCluster

Description

A tuple object that wrap the ClusterTree and spectrum data PeakMs2.

Declare

            
# namespace BioNovoGene.BioDeep.MassSpectrometry.MoleculeNetworking
export class TreeCluster {
   clusters: string;
   spectrum: PeakMs2[];
   tree: ClusterTree;
}

        

.NET clr type reference tree

  1. use by property member spectrum: PeakMs2
  2. use by property member tree: ClusterTree

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