ProteinAnnotation {SMRUCC.genomics.Annotation.Ptf} .NET clr documentation

ProteinAnnotation

Description

A uniy protein annotation model in GCModeller softwares

Declare

            
# namespace SMRUCC.genomics.Annotation.Ptf
export class ProteinAnnotation {
   # usually this property is a collection of gene id in other database
   attributes: list;
   # full name or description
   description: string;
   # A unique symbol id
   geneId: string;
   geneName: string;
   locus_id: string;
   sequence: string;
}

        

.NET clr type reference tree

  1. use by property member attributes: list

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