PredictionResult {SMRUCC.genomics.Annotation.Prodigal} .NET clr documentation

PredictionResult

Description

基因预测结果

Declare

            
# namespace SMRUCC.genomics.Annotation.Prodigal
export class PredictionResult {
   # 预测的基因列表
   Genes: iterates(PredictedGene);
   # 使用的训练模型
   Model: TrainingModel;
   # 序列ID
   SeqId: string;
   # 序列长度
   SeqLength: integer;
}

        

.NET clr type reference tree

  1. use by property member Genes: iterates(PredictedGene)
  2. use by property member Model: TrainingModel

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