[d84c2d]: / man / data.frame_OR_EList-class.Rd

Download this file

17 lines (16 with data), 613 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/utils.R
\docType{class}
\name{data.frame_OR_EList-class}
\alias{data.frame_OR_EList-class}
\title{S4 class union data.frame_OR_EList}
\value{
fusion of classes \code{data.frame} and \code{EList}, used within
\code{.biotmle} by class \code{bioTMLE} to handle uncertainty in the object
passed to slot "tmleOut".
}
\description{
Virtual class union containing members of \code{data.frame} and
\code{limma::Elist}, used internally to handle situations when a returned
object has a type that cannot be guessed from the function call.
}