apply_threshold-bicluster_net-method: Apply a threshold to a bicluster similarity adjacency matrix.

apply_threshold,bicluster_net-methodR Documentation

Apply a threshold to a bicluster similarity adjacency matrix.

Description

All values lower than the threshold will be replaced by a 0.

Usage

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

Arguments

bic_net

An object of class bicluster_net.

Value

An adjacency matrix with the applied threshold.

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)
# apply_threshold(bn)


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