read_coords_tsv: Read TSV file with CellID mask coordinates

View source: R/load_mask_data.R

read_coords_tsvR Documentation

Read TSV file with CellID mask coordinates

Description

Read TSV file with CellID mask coordinates

Usage

read_coords_tsv(masks_tsv_path, shape_pixtype = "b", shape_flagtype = 0)

Arguments

masks_tsv_path

A path to the TSV file holding XY coordinates, from CellID's output with "-t" option.

shape_pixtype

Default "b" for Hu moments based on boundary points. A character vector containing any of c("b", "i").

shape_flagtype

Default 0 for Hu moments based on flag value 0. Can be any of the integer flag values present in the out_bf_fl_mapping CellID files.


darksideoftheshmoo/rcell2 documentation built on Oct. 23, 2024, 12:59 p.m.