rnb.xml2options {RnBeads} | R Documentation |
Parses and partially validates parameters and RnBeads options from an XML tree.
rnb.xml2options(fname, return.full.structure = FALSE)
fname |
File name containing the XML analysis option values. The name of the root node in this document must be
|
return.full.structure |
if enabled, return the full structure instead of just the option list |
List of two sublists - "analysis.params"
and "options"
, storing the specified analysis
parameters and previous values of the RnBeads options, respectively.
Yassen Assenov
fname <- paste0("extdata/optionProfiles/",profile,".xml") rnb.xml2options(system.file(fname,package="RnBeads"))