rankedEdgeList: Rank edges of a coexpression matrix

View source: R/rankedEdgeList.R

rankedEdgeListR Documentation

Rank edges of a coexpression matrix

Description

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.


blogsdon/metanetwork documentation built on April 27, 2022, 3:53 p.m.