saveMethQTLResult,MethQTLResult-method | R Documentation |
This functions stores a MethQTLInput object in disk.
## S4 method for signature 'MethQTLResult'
saveMethQTLResult(object, path)
object |
The |
path |
A path to a non-existing directory for files to be stored. |
None
Michael Scherer
meth.qtl.res <- loadMethQTLResult(system.file("extdata","MethQTLResult_chr18",package="MAGAR"))
saveMethQTLResult(meth.qtl.res,"MethQTLResult")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.