Description Usage Arguments Value Author(s) Examples
Given an dataframe with data, typically from the
interactiontable
, the gene pair data is converted to a symmetric
matrix.
1 | tt2matrix(toptable, what)
|
toptable |
a dataframe with data for the pairwise interactions. Typically from the
|
what |
character indicating which of the columns in the dataframe should be used in the matrix. |
a symmetric matrix with the selected data for gene pair i,j in matrix[i,j] and matrix[j,i]
Elin Axelsson
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.