parse.encode.cv.file: parse.encode.cv.file

View source: R/encodeProjectTools.R

parse.encode.cv.fileR Documentation

parse.encode.cv.file

Description

parser for the ENCODE projects controlled vocabulary file

Usage

parse.encode.cv.file(
  cvFile = "http://hgdownload.cse.ucsc.edu/goldenPath/encodeDCC/cv.ra"
)

Arguments

cvFile

the file location for the ENCODE controlled vocabulary file. Defaults to the one provided by ENCODE

Value

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.

Examples

cv.blocks <- parse.cv.file()

demuellae/muRtools documentation built on Sept. 8, 2023, 4:32 p.m.