Description Usage Arguments Value Author(s) Examples
Parses and partially validates parameters and RnBeads options from an XML tree.
1 | 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
1 2 | fname <- paste0("extdata/optionProfiles/",profile,".xml")
rnb.xml2options(system.file(fname,package="RnBeads"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.