bnclustNetworks: Deriving consensus networks based on posterior probabilities of mixture model
Description
This function derives consensus models of networks representing all clusters based on several
threshold for posterior probabilities of individual edges.
returns a list of adjacency matrices, one for each cluster representing consensus models
Arguments
bnres
an object of class 'bnclustOmics'; see bnclustOmics
bnnames
an object of class 'bnInfo'; see bnInfo
sump
threshold for the sum of posterior probabilities in all discovered networks
minp
threshold for the minimum posterior probability in at least one network, when the sum of posterioirs is bigger than sump
minkp
threshold for the minimum posterior probability in at least one network, when the sum of posterioirs is less than sump
maxkp
(optional) threshold for the maximum posterior probability in at least one network; used to esclude cluster specific edges from the edges with high sum of posterioirs (>sump)