find_merged_segments_slow: Find all merged segment ids for a given starting google...

View source: R/read_merge_info.R

find_merged_segments_slowR Documentation

Find all merged segment ids for a given starting google segment id

Description

This is a naive implementation that only depends only on the mergeinfo object created by read_mergeinfo. It is retained only to verify correctness. It is slow but does not require any pre-processing of the table of merge information.

Usage

find_merged_segments_slow(x, mergeinfo)

Arguments

x

a segment id or any other input that can be interpreted by ngl_segments

mergeinfo

The merge information data.frame created by read_mergeinfo

Value

vector of segment ids

See Also

find_merged_segments


natverse/fafbseg documentation built on Nov. 11, 2024, 9:50 p.m.