trajectories_to_matrix: Creates a single matrix of values from a specified column in...

Description Usage Arguments Value Examples

View source: R/functions.R

Description

Creates a pairwise square matrix for all gene pairs listed in the rows of the input trajectory matrix, with values taken from the specified column in that matrix.

Usage

1
trajectories_to_matrix(t, column = "avg")

Arguments

t

Matrix generated by map_trajectories()

column

Column name in t to extract values

Value

Square numerical matrix for all gene pairs

Examples

1
2
trajectories_to_matrix(trajectories, column = "0.1")
trajectories_to_matrix(trajectories, column = "avg")

ZacharyDeBruine/WGCCNA documentation built on Dec. 16, 2019, 12:33 a.m.