View source: R/load_mask_data.R
load_tsv_masks | R Documentation |
Generate a data.frame with XY mask data from CellID's TSV files
load_tsv_masks(
dir_path,
tsv_pattern = "^out_all_masks.tsv$",
position_pattern = ".*Position(\\d+)$",
...
)
dir_path |
Path to the directory containing CellID's outputs (tipically the images' directory). CellID must have been run with TSV output enabled. |
tsv_pattern |
A regex pattern matching the names of the TSV files. |
position_pattern |
A regex pattern with one group for the integer position number, extracted from the directory name holding the TSV file. |
... |
Arguments passed on to
|
Do not specify masks_tsv_path, it is generated by tsv_paths_from_dir automatically.
A data.frame with XY
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.