API Docs / SMRUCC.genomics.Analysis.BNLearn
SMRUCC.genomics.Analysis.BNLearn 1.0.9762.7562.
Namespaces 13
Types 49
Members 515
01 Namespaces
SMRUCC.genomics.Analysis.BNLearn
| Type | Summary |
Members |
| Effector |
effects of the effector to the TF protein |
3 |
| RegulatoryLink |
Gene regulatory network |
8 |
SMRUCC.genomics.Analysis.BNLearn.Core
SMRUCC.genomics.Analysis.BNLearn.Core.InterventionCPD
SMRUCC.genomics.Analysis.BNLearn.DBN
| Type | Summary |
Members |
| ActivationModel |
节点激活模型的预计算结果:把 TF / effector 的父下标与调控方向解析成定长数组。 原始实现在每一个父配置里都要对 ParentIds 做 IndexOf 字符串查找, 单次 O(P) 比较 × 每个配置 O(P) 次 = O(P²),在 3^P 个配置上总复杂度为 O(3^P·P²)。 预计算之后每个配置只需 O(P) 次数组取值,无字… |
4 |
| ConditionalProbabilityTable |
Conditional Probability Table (CPT) for a DBN node. |
11 |
| DBNConfig |
Configuration options for the Dynamic Bayesian Network. |
19 |
| DBNNode |
A node in the Dynamic Bayesian Network. |
10 |
| DBNNodeType |
Type of node in the Dynamic Bayesian Network. |
6 |
| DBNODECoupler |
Coupling interface between the DBN and metabolic network ODEs. |
7 |
| DBNPredictionResult |
Result of a DBN prediction step. |
7 |
| DynamicBayesianNetwork |
Dynamic Bayesian Network for gene regulatory network simulation. |
34 |
SMRUCC.genomics.Analysis.BNLearn.Inference
SMRUCC.genomics.Analysis.BNLearn.Intervention
SMRUCC.genomics.Analysis.BNLearn.Intervention.InterventionComparisonExporter
SMRUCC.genomics.Analysis.BNLearn.IO
SMRUCC.genomics.Analysis.BNLearn.ModularNetwork
SMRUCC.genomics.Analysis.BNLearn.ModularNetwork.WGCNA
SMRUCC.genomics.Analysis.BNLearn.ParameterLearning
SMRUCC.genomics.Analysis.BNLearn.StructureLearning
SMRUCC.genomics.Analysis.BNLearn.StructureLearning.BnStructureLearner
| Type | Summary |
Members |
| EdgeCandidate |
边操作候选项 —— 供外层并行搜索的 thread-local 局部最优归约使用 |
1 |