writeConfig {chromstaR} | R Documentation |
Write a chromstaR configuration file from a list structure.
writeConfig(conf, configfile)
conf |
A list structure with parameter values. Each entry will be written in one line. |
configfile |
Filename of the outputfile. |
NULL
Aaron Taudt