returns a data frame where each filteres interaction is annotated with IDs of omics variables, omics types, posterior probabilities of the interaction in the discovred clusters and a flag indication if the interaction could be found
in the interaction data base
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)
dblist
a list of known interactions, discovered edges will be annotated is the edge is present in this list; two columns must be present 'gene1' and 'gene2'