saveMethQTLInput,MethQTLInput-method | 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")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.