View source: R/interactionlists.R
bnclustNetworks | R Documentation |
This function derives consensus models of networks representing all clusters based on several threshold for posterior probabilities of individual edges.
bnclustNetworks( bnres, bnnames, sump = 1.2, minp = 0.5, minkp = 0.9, maxkp = NULL )
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) |
returns a list of adjacency matrices, one for each cluster representing consensus models
bnnames<-bnInfo(simdata,c("b","c"),c("M","T")) intlist<-bnclustNetworks(bnres3,bnnames)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.