View source: R/encodeProjectTools.R
parse.encode.cv.file | R Documentation |
parser for the ENCODE projects controlled vocabulary file
parse.encode.cv.file(
cvFile = "http://hgdownload.cse.ucsc.edu/goldenPath/encodeDCC/cv.ra"
)
cvFile |
the file location for the ENCODE controlled vocabulary file. Defaults to the one provided by ENCODE |
a list containing blank line seperated blocks in each element. Each element is a named list containing the content to each keyword. a keyword is the first word in a line.
cv.blocks <- parse.cv.file()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.