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

genes

Description

Declare

            
# namespace SMRUCC.genomics.Data.BioCyc
export class genes extends Model {
   # The unique identifier of this gene object in the NCBI genbak database.
   accession1: string;
   accession2: string;
   citations: string;
   comment: string;
   commonName: string;
   credits: string;
   db_links: DBLink[];
   db_xrefs: string;
   direction: Strands;
   dnaseq: string;
   instanceNameTemplate: string;
   left: integer;
   # one gene could be translates to multiple products by modification or translation regulation,
   #  so this property is a string array.
   product: string;
   right: integer;
   synonyms: string;
   types: string;
   uniqueId: string;
}

        

.NET clr type reference tree

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

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