getPheno,MethQTLInput-method {MAGAR} | 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))