View source: R/getGtfFileFromYaml.R
getGtfFileFromYaml | R Documentation |
Get GTF file path from YAML
getGtfFileFromYaml(yaml)
yaml |
|
character(1)
or NULL
.
File path if the file exists. NULL
if the file does not exist.
Updated 2022-03-07.
Michael Steinbaugh
file <- file.path(bcbioBaseTestsUrl, "summary.yaml")
yaml <- import(file)
x <- getGtfFileFromYaml(yaml)
print(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.