View source: R/load_mask_data.R
tsv_paths_from_args | R Documentation |
Convenience function to generate input for hues_from_tsv_files2
.
tsv_paths_from_args(
arguments,
position_pattern = ".*Position(\\d+)$",
tsv_pattern = "^out_all_masks.tsv(?:\\.gz)?$"
)
arguments |
An "arguments" dataframe, as produced by |
position_pattern |
A regex pattern with one group for the integer position number, extracted from the directory name holding the TSV file. |
tsv_pattern |
A regex pattern matching the name of the TSV file ( |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.