compute_node_adjacency | R Documentation |
It computes the adjacency matrix between nodes. Two nodes are considered connected if they share at least one individual.
compute_node_adjacency(nodes_list)
nodes_list |
Output of the |
It returns a matrix of magnitude n nodes x n nodes that stores a 1 if there are shared samples in two given nodes and a 0 otherwise.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.