Synonym {SMRUCC.genomics.ComponentModel.DBLinkBuilder} .NET clr documentation

Synonym

Description

data alias model, a mapping of the main accession id to a collection of the secondary accession id.

Declare

            
# namespace SMRUCC.genomics.ComponentModel.DBLinkBuilder
export class Synonym {
   # the main accession id
   accessionID: string;
   # the secondary accession id or the alias id in other database.
   alias: string;
}

        

.NET clr type reference tree

this clr type has no other .net clr type reference.
[Package {$package} version {$version} Index]