DeltaFile {SMRUCC.genomics.Visualize.SyntenyVisualize} .NET clr documentation

DeltaFile

Description

代表一个完整的 Delta 文件,包含文件头和所有比对块。

Declare

            
# namespace SMRUCC.genomics.Visualize.SyntenyVisualize
export class DeltaFile {
   Alignments: AlignmentBlock[];
   Header: DeltaHeader;
}

        

.NET clr type reference tree

  1. use by property member Alignments: AlignmentBlock
  2. use by property member Header: DeltaHeader

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