getSamples,MethQTLInput-method {MAGAR} | R Documentation |
Returns the samples of the given dataset.
## S4 method for signature 'MethQTLInput' getSamples(object)
object |
An object of class |
The samples of the dataset as a character vector.
meth.qtl <- loadMethQTLInput(system.file("extdata","reduced_methQTL",package="MAGAR")) getSamples(meth.qtl)