Skip to contents

This functions produces a ranked edgelist of a coexpression matrix

Usage

rankedEdgeList(network, symmetric = FALSE, maxLength = 1e+07)

Arguments

network

A network object as a matrix object

symmetric

Optional. A logical `TRUE` or `FALSE` to treat `network` as a symmetrical matrix. (Default = FALSE)

maxLength

Optional. The maximum length of an output ranked edgelist. (Default = 1e7)

Value

A greatest to least ranked list of eddge strenge in the form of a data.frame() object.