Synonym {SMRUCC.genomics.ComponentModel.DBLinkBuilder} | .NET clr documentation |
data alias model, a mapping of the main accession id to a collection of the secondary accession id.
# 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;
}