Description Usage Arguments Value Examples
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.
| 1 | trajectories_to_matrix(t, column = "avg")
 | 
| t | Matrix generated by map_trajectories() | 
| column | Column name in t to extract values | 
Square numerical matrix for all gene pairs
| 1 2 | trajectories_to_matrix(trajectories, column = "0.1")
trajectories_to_matrix(trajectories, column = "avg")
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.