HitCollection {SMRUCC.genomics.Interops.NCBI.Extensions.Tasks.Models} .NET clr documentation

HitCollection

Description

A collection of hits for the target query protein.

其实这个就是相当于一个KEGG里面的SSDB BBH结果文件

Declare

            
# namespace SMRUCC.genomics.Interops.NCBI.Extensions.Tasks.Models
export class HitCollection {
   # Query protein functional annotation.
   description: string;
   # Query hits protein.
   hits: Hit[];
   # The locus tag of the query protein.(主键蛋白质名称)
   QueryName: string;
}

        

.NET clr type reference tree

  1. use by property member hits: Hit

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