getPheno,MethQTLInput-method | R Documentation |
Returns phenotypic information for the given dataset.
## S4 method for signature 'MethQTLInput'
getPheno(object)
object |
An object of class |
The phenotypic data either as a data.frame
.
meth.qtl <- loadMethQTLInput(system.file("extdata","reduced_methQTL",package="MAGAR"))
head(getPheno(meth.qtl))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.