cooccurrence_net-class: A S4 class to store co-occurence networks.

cooccurrence_net-classR Documentation

A S4 class to store co-occurence networks.

Description

Object that is returned e.g. be the function feature_network.

Slots

adjacency_matrix

Adjacency matrix of row- and column-element co-occurences.

threshold

Estimated threshold for the co-occurence adjacency matrix. All values lower than that in the matrix should be discarded. (Note that the indicated threshold is not applied to the adjacency_matrix)

Examples

cooccurrence_net(adjacency_matrix=matrix(seq(1:16), nrow=4),
    threshold=4)
    

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