getMethData,MethQTLInput-method | R Documentation |
Returns methylation information for the given dataset.
## S4 method for signature 'MethQTLInput'
getMethData(object, site = NULL, sample = NULL)
object |
An object of class |
site |
The sites to be selected either as a numeric or logical vector. If |
sample |
The samples to be selected either as a numeric or logical vector. If |
The methylation matrix either as a matrix of HDF5Matrix
.
meth.qtl <- loadMethQTLInput(system.file("extdata","reduced_methQTL",package="MAGAR"))
head(getMethData(meth.qtl))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.