inst/formula/code.R

as.data.frame.ExpressionSet = function(x, ...) as(x, "data.frame")

setAs("ExpressionSet", "data.frame", function (from)
{
    data.frame(t(exprs(from)), pData(from))
})
lgatto/MLInterfaces documentation built on May 21, 2019, 5:12 a.m.