Learn R Programming

monocle3 (version 1.0.0)

find_nearest_vertex: Finds the nearest principal graph node

Description

Finds the nearest principal graph node

Usage

find_nearest_vertex(
  data_matrix,
  target_points,
  block_size = 50000,
  process_targets_in_blocks = FALSE
)

Arguments

data_matrix

the input matrix

target_points

the target points

block_size

the number of input matrix rows to process per block

process_targets_in_blocks

whether to process the targets points in blocks instead