DiamondAnnotation {SMRUCC.genomics.Interops.NCBI.Extensions} .NET clr documentation

DiamondAnnotation

Description

代表 DIAMOND BLASTP 结果文件 (.m8) 中的一行记录

Declare

            
# namespace SMRUCC.genomics.Interops.NCBI.Extensions
export class DiamondAnnotation {
   # 
    #
  1. Bit Score (比特得分)
  2. #
BitScore: double; #
    #
  1. E-value (期望值)
  2. #
EValue: double; #
    #
  1. Gap 打开次数
  2. #
GapOpen: integer; #
    #
  1. 比对长度
  2. #
Length: integer; #
    #
  1. 错配数
  2. #
Mismatch: integer; #
    #
  1. 比对一致性百分比
  2. #
Pident: double; #
    #
  1. 查询序列结束位置
  2. #
QEnd: integer; #
    #
  1. 查询序列ID
  2. #
QseqId: string; #
    #
  1. 查询序列起始位置
  2. #
QStart: integer; #
    #
  1. 目标序列结束位置
  2. #
SEnd: integer; #
    #
  1. 目标序列ID
  2. #
SseqId: string; #
    #
  1. 目标序列起始位置
  2. #
SStart: integer; }

.NET clr type reference tree

this clr type has no other .net clr type reference.
[Package {$package} version {$version} Index]