Extensions
01 Syntax
SMRUCC.genomics.Interops.NCBI.Extensions.Pipeline.Extensions
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| SkipHitNotFound | 1 | 在反序列化之前,使用这个过滤器过滤掉一些无效的hits来节省反序列的处理时间 |
| UniProtProteinExports | 1 | term|uniprot_acc fullName|organismName |
03 Members
SkipHitNotFound
在反序列化之前,使用这个过滤器过滤掉一些无效的hits来节省反序列的处理时间
UniProtProteinExports(
IEnumerable(Of entry), Func(Of entry, String))term|uniprot_acc fullName|organismName
Parameters
| Name | Type | Description |
|---|---|---|
source | IEnumerable(Of entry) | - |
getAnnotationTerm | Func(Of entry, String) | 通过这个函数指针来获取得到KO或者GO注释信息 |