proteins {SMRUCC.genomics.Data.BioCyc} .NET clr documentation

proteins

Description

The class of all proteins is divided into two subclasses: protein complexes and polypeptides. A polypeptide is a single amino acid chain produced from a single gene. A protein complex is a multimeric aggregation of more than one polypeptide subunit. A protein complex may in some cases have another protein complex as a component. Many of the slots that are applicable to Proteins are also applicable to members of the RNA class. (本类型的对象会枚举所有的Component对象的UniqueID)

Protein表对象和ProtLigandCplxe表对象相比较: Protein表中包含有所有类型的蛋白质对象,而ProtLigandCplxe则仅包含有蛋白质和小分子化合物配合的之后所形成的复合物, 所以基因的产物在ProtLigandCplxe表中是无法找到的

Declare

            
# namespace SMRUCC.genomics.Data.BioCyc
export class proteins extends Model {
   citations: string;
   comment: string;
   commonName: string;
   components: string;
   credits: string;
   db_links: DBLink[];
   db_xrefs: string;
   # the source gene id that make translation to this protein. 
   #  The gene's UniqueId that indicated that which gene codes this polypeptide.
   gene: string;
   instanceNameTemplate: string;
   locations: string;
   protseq: string;
   synonyms: string;
   types: string;
   uniqueId: string;
   unmodified_form: string;
}

        

.NET clr type reference tree

  1. this class extends from Model class: Model
  2. use by property member db_links: DBLink

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