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