Learn R Programming

hdImpute (version 0.2.1)

flatten_mat: Flatten and arrange cor matrix to be df

Description

Flatten and arrange cor matrix to be df

Usage

flatten_mat(cor_mat, return_mat)

Value

A vector of correlation-based ranked features

Arguments

cor_mat

A correlation matrix output from running feature_cor()

return_mat

Logical. Should the flattened matrix be printed? Default set to FALSE.

Examples

Run this code
if (FALSE) {
flatten_mat(cor_mat = cor_mat, return_mat = FALSE)
}

Run the code above in your browser using DataLab