View source: R/list_snps2genes_files.R
list_snps_to_genes_files | R Documentation |
List paths to all SNPs-to-genes mapping files generated by map_snps_to_genes.
list_snps_to_genes_files(save_dir, pattern = "*.genes.out$", verbose = TRUE)
save_dir |
Directory to recursively search for matching files in. |
pattern |
an optional regular expression. Only file names which match the regular expression will be returned. |
verbose |
Print messages. |
Named list of paths.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.