vectorizeMatrix: Turn a matrix into a vector of non-redundant components

Description Usage Arguments Value Author(s)

View source: R/Functions.R

Description

A convenient function to turn a matrix into a vector of non-redundant components. If the matrix is non-symmetric, returns a vector containing all entries of the matrix. If the matrix is symmetric, only returns the upper triangle and optionally the diagonal.

Usage

1

Arguments

M

the matrix or data frame to be vectorized.

diag

logical: should the diagonal be included in the output?

Value

A vector containing the non-redundant entries of the input matrix.

Author(s)

Steve Horvath


nosarcasm/WGCNA documentation built on May 28, 2019, 1:01 p.m.