compute_node_adjacency: compute_node_adjacency

View source: R/One_D_Mapper.R

compute_node_adjacencyR Documentation

compute_node_adjacency

Description

Computes the adjacency matrix.

Usage

compute_node_adjacency(nodes_list)

Arguments

nodes_list

A list with the sample content of each node.

Value

Returns a matrix object that stores a 1 if there are shared samples in two given nodos and a 0 otherwise.

Examples

## Not run: 
compute_node_adjacency(nodes_list)
## End(Not run)

jfores/SurvMap documentation built on May 30, 2022, 10:57 p.m.