| DiamondAnnotation {SMRUCC.genomics.Interops.NCBI.Extensions} | .NET clr documentation |
代表 DIAMOND BLASTP 结果文件 (.m8) 中的一行记录
# namespace SMRUCC.genomics.Interops.NCBI.Extensions
export class DiamondAnnotation {
#
# - Bit Score (比特得分)
#
BitScore: double;
#
# - E-value (期望值)
#
EValue: double;
#
# - Gap 打开次数
#
GapOpen: integer;
#
# - 比对长度
#
Length: integer;
#
# - 错配数
#
Mismatch: integer;
#
# - 比对一致性百分比
#
Pident: double;
#
# - 查询序列结束位置
#
QEnd: integer;
#
# - 查询序列ID
#
QseqId: string;
#
# - 查询序列起始位置
#
QStart: integer;
#
# - 目标序列结束位置
#
SEnd: integer;
#
# - 目标序列ID
#
SseqId: string;
#
# - 目标序列起始位置
#
SStart: integer;
}