View source: R/make_adjacency.R
make_adjacency | R Documentation |
Users may work with a vast variety of input matrices that
are derived from various gene regulatory network inference methods and tools
with various values and value ranges. This function aims to ensure that
such raw data is converted into a edgynode adjacency matrix format
and is the first conversion step when importing existing raw
adjacency matrices into the edgynode ecosystem.
make_adjacency(x, known_binary = FALSE)
x |
a |
known_binary |
a logical value indicating whether the input matrix
|
known_symmetric |
a logical value indicating whether the input matrix
|
The input matrix, converted to an adjacency
assert_adjacency
, is_adjacency
# look at raw matrix
edgynode::adjacency_matrix_test_3
# convert raw matrix into a edgynode adjacency matrix
edgynode::make_adjacency(edgynode::adjacency_matrix_test_3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.