symmetric_matrix_generator: Function that calculates the mutual expression between genes...

Description Usage Arguments Value

View source: R/symmetric_matrix.R

Description

Function that calculates the mutual expression between genes in a expression table.

Usage

1
symmetric_matrix_generator(exp_matrix, max.expression)

Arguments

exp_matrix

The expression matrix where rows are the genes and columns are the samples/observations.

max.expression

is the maximum average value to normalize the average values of variables in exp_matrix.

Value

A symmetric matrix, sym_mat, that contains mutual expression value between 0 and 1 to symbolize relationship between variable x and variable y.


klovens/pineplot documentation built on Nov. 4, 2019, 3:53 p.m.