#' @name as.data.frame.AnnotatedDataFrame
#' @title Coerce to a Data Frame
#' @param x an AnnotatedDataFrame
#' @param \dots unused
#' @return a \code{data.frame}
#' @author Mark Cowley, 2012-07-24
#' @method as.data.frame AnnotatedDataFrame
#' @S3method as.data.frame AnnotatedDataFrame
#' @importClassesFrom Biobase AnnotatedDataFrame
as.data.frame.AnnotatedDataFrame <- function(x, ...) {
as(x, "data.frame")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.