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