tsv_paths_from_args | R Documentation |
Generate data.frame with paths to coordinate TSV files
tsv_paths_from_args( arguments, position_pattern = ".*Position(\\d+)$", tsv_pattern = "^out_all_masks.tsv$" )
arguments |
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.