{bnlearn} R# Documentation

bnlearn


require(GCModeller);

#' Bayesian network learning and the in silico gene perturbation toolkit
imports "bnlearn" from "biosystem";

Bayesian network learning and the in silico gene perturbation toolkit

This R# package module provides the toolkit for learn the gene regulatory bayesian network from the gene expression data, and then run the in silico gene perturbation experiment based on the learned network model:

.NET clr type export
struct_learn_params: StructureLearningParams

结构学习参数

knowledges: KeyValuePair`2
subnet: WGCNASubnetworkPipeline

基于 WGCNA 模块划分的贝叶斯子网络训练 + 全局虚拟扰动流水线



.NET clr function exports
bnlearn

learn the gene regulatory bayesian network from the gene expression data

as.prior_net

build prior network object based on a given vector of the knowledge network edges data

prior_network

create prior knowledge netwoek edges from the given vector data

knockouts

run the in silico gene knockout experiment on the given network model

overexpress

run the in silico gene overexpression experiment on the given network model

knockdown

run the in silico gene knockdown experiment on the given network model

make_exports

export the virtual permutation result as csv table files

save_model

save bnlearn model


[Document Index]