RegulationModel
01 Syntax
SMRUCC.genomics.InteractionModel.Regulon.RegulationModel
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| SignificantModel | 1 | |
| Trim | 1 | 去除不完整的调控数据,即将所有的不包含有目标基因或者不包含有调控因子的数据记录进行剔除 |
| GetRegulators | 1 |
03 Members
SignificantModel``1(
IEnumerable(Of ``0))Type Parameters
| Name | Description |
|---|---|
TRegulation |
Parameters
| Name | Type | Description |
|---|---|---|
Regulations | IEnumerable(Of ``0) | 已经经过RegulationModel.Trim()操作所处理的关系对 |
Trim``1(
IEnumerable(Of ``0))去除不完整的调控数据,即将所有的不包含有目标基因或者不包含有调控因子的数据记录进行剔除
Type Parameters
| Name | Description |
|---|---|
TRegulation |
Parameters
| Name | Type | Description |
|---|---|---|
Regulations | IEnumerable(Of ``0) | - |
GetRegulators(
IEnumerable(Of TRegulation))