bicluster_net_to_igraph-bicluster_net-method: Convert Bicluster network to an igraph graph object

bicluster_net_to_igraph,bicluster_net-methodR Documentation

Convert Bicluster network to an igraph graph object

Description

The function converts a bicluster_net object into an igraph graph object. The threshold is used as a cutoff for the edges of the network.

Usage

## S4 method for signature 'bicluster_net'
bicluster_net_to_igraph(bic_net)

Arguments

bic_net

An object of class bicluster_net.

Value

An igraph::graph object.

Examples

m <- matrix(seq(1:16), nrow=4)
# m <- matrix(rnorm(10000), nrow=100)
# bics <- c(run_fabia(m), run_isa(m), run_plaid(m))
# bn <- bicluster_network(bics, m)
# bicluster_net_to_igraph(bn)


tdrose/mosbi documentation built on May 4, 2022, 3:22 p.m.