View source: R/NET_manipulation_func.R
parent_sets_sum_scores_X | R Documentation |
parent_sets_sum_scores_X
This function determines the sum of BGe scores
of given node's parents.
parent_sets_sum_scores_X( parent_set_combinations, selected_node, descendants, parent_set, BGe_score_all_configs_node )
parent_set_combinations |
list of all possible parent set configuration for all nodes available. |
selected_node |
character vector with given node name. |
descendants |
character vector with descendants of selected_node in given network structure. |
parent_set |
character vector with parents of selected_node in given network structure. |
BGe_score_all_configs_node |
list of nodes BGe score for all possible parent set configurations. |
List of 3 elements
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.