View source: R/annotation_file_name.R
annotation_file_name | R Documentation |
Construct an annotation-specific file name.
annotation_file_name(locus_dir, lib_name, suffix = ".rds")
locus_dir |
Locus-specific directory. |
lib_name |
Annotation library name. |
suffix |
File suffix. |
tmp <- tempdir()
annot_file <- annotation_file_name(locus_dir=tmp,
lib_name="test")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.