View source: R/load_mask_data.R
tsv_paths_from_dir | R Documentation |
Convenience function to generate paths for read_coords_tsv
and input for hues_from_tsv_files2
.
tsv_paths_from_dir(
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.