| AnnotationResult {SMRUCC.genomics.Analysis.SequenceTools.HMMER} | .NET clr documentation |
注释结果类
# namespace SMRUCC.genomics.Analysis.SequenceTools.HMMER
export class AnnotationResult {
# 匹配区域序列
AlignedSequence: string;
# 匹配的结束位置
AlignmentEnd: integer;
# 匹配的起始位置
AlignmentStart: integer;
# 比特得分
BitScore: double;
# 置信度
Confidence: double;
# E值
EValue: double;
# 功能注释
FunctionalAnnotation: string;
# 是否通过阈值
IsSignificant: boolean;
# 匹配的模型名称
ModelName: string;
SeqId: string;
}