adj2rankadj: Convert network matrix to network rank matrix

Description Usage Arguments Value

View source: R/adj2rankadj.R

Description

The edge weights in the network matrix will be converted to their ranks. A high rank value indcates a high edge connection.

Usage

1
adj2rankadj(adjmatrix, directed = F)

Arguments

adjmatrix

A network matrix

directed

Logical. If TRUE, the network is considered as directed. If FALSE, the upper triangular part of the symmetric network matrix is used to calcuate the rank matrix.

Value

adj2rankadj returns a network matrix with ranks of the edge weightes.


wyguo/RLowPCor documentation built on May 4, 2019, 12:04 p.m.