NOTE: This man page is for the as.data.frameS4 generic function defined in the BiocGenerics package.
See ?base::as.data.frame for the default method
(defined in the base package).
Bioconductor packages can define specific methods for objects
not supported by the default method.
See ?base::as.data.frame for a description of
these arguments.
Value
A data frame.See ?base::as.data.frame for the value returned
by the default method.Specific methods defined in Bioconductor packages should
behave as consistently as possible with the default method.
See Also
base::as.data.frame for the default
as.data.frame method.
showMethods for displaying a summary of the
methods defined for a given generic function.
selectMethod for getting the definition of
a specific method.