saveMethQTLInput,MethQTLInput-method {MAGAR} | R Documentation |
This functions stores a MethQTLInput object in disk.
## S4 method for signature 'MethQTLInput' saveMethQTLInput(object, path)
object |
The |
path |
A path to a non-existing directory for files to be stored. |
None
Michael Scherer
meth.qtl <- loadMethQTLInput(system.file("extdata","reduced_methQTL",package="MAGAR")) saveMethQTLInput(meth.qtl,"MethQTLInput")