parent_sets_sum_scores_childrenX: MBR sum of children scores

View source: R/NET_manipulation_func.R

parent_sets_sum_scores_childrenXR Documentation

MBR sum of children scores

Description

parent_sets_sum_scores_childrenX This function determines the sum of BGe scores of given node's children.

Usage

parent_sets_sum_scores_childrenX(
  parent_set_combinations,
  selected_node,
  children_selected_node,
  child_order,
  dag_tmp_bn,
  new_parent_set,
  source_net_adjacency,
  BGe_score_all_configs_node
)

Arguments

parent_set_combinations

list of all possible parent set configuration for all nodes available.

selected_node

character vector with given node name.

children_selected_node

character vector with children of selected_node in given network structure.

child_order

numeric vector random order of children_selected_node.

dag_tmp_bn

object of class bn reflecting given network structure.

new_parent_set

logical asking whether to define new parent set for selected_node.

source_net_adjacency

adajcency matrix of given network.

BGe_score_all_configs_node

list of nodes BGe score for all possible parent set configurations.

Value

List of 3 elements


anna-pacinkova/intomics_package documentation built on Aug. 13, 2022, 11:38 a.m.