| TranscriptUnit {SMRUCC.genomics.GCModeller.Assembly.GCMarkupLanguage.v2} | .NET clr documentation | 
an operon model is a single transcript unit
            
# namespace SMRUCC.genomics.GCModeller.Assembly.GCMarkupLanguage.v2
export class TranscriptUnit {
   # the operon gene list
   genes: gene[];
   id: string;
   # the display name of this operon object
   name: string;
   note: string;
   numOfGenes: integer;
   sites: string;
}
        
        genes: gene