TreeCluster {BioNovoGene.BioDeep.MassSpectrometry.MoleculeNetworking} | .NET clr documentation |
A tuple object that wrap the ClusterTree and spectrum data PeakMs2.
# namespace BioNovoGene.BioDeep.MassSpectrometry.MoleculeNetworking
export class TreeCluster {
clusters: string;
spectrum: PeakMs2[];
tree: ClusterTree;
}
spectrum
: PeakMs2tree
: ClusterTree