constructGraph: constructGraph

Description Usage Arguments Author(s)

Description

Constructs a graph from a data frame or tibble.

Usage

1
constructGraph(data, distCut)

Arguments

data

Tibble; Expected columns are "from" and "to", indicating the edges and "dist" indicating the distance between the samples.

distCut

numeric; A Euclidean distance at which NN are removed.

Author(s)

Jason T. Serviss


EngeLab/CIMseq documentation built on Jan. 25, 2022, 5 a.m.