getGeno,MethQTLInput-method | R Documentation |
Returns genotyping information for the given dataset.
## S4 method for signature 'MethQTLInput'
getGeno(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 genotyping matrix either as a matrix of HDF5Matrix
.
meth.qtl <- loadMethQTLInput(system.file("extdata","reduced_methQTL",package="MAGAR"))
head(getGeno(meth.qtl))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.