#' @rdname coerce-DataFrame
#' @export
setGeneric(
name = "as.DataFrame",
def = function(x, ...) {
standardGeneric("as.DataFrame")
}
)
#' @rdname coerce-SummarizedExperiment
#' @export
setGeneric(
name = "as.SummarizedExperiment",
def = function(x, ...) {
standardGeneric("as.SummarizedExperiment")
}
)
#' @rdname coerce-list
#' @export
setGeneric(
name = "coerceToList",
def = function(object, ...) {
standardGeneric("coerceToList")
}
)
#' @rdname matchRowNameColumn
#' @export
setGeneric(
name = "matchRowNameColumn",
def = function(object, ...) {
standardGeneric("matchRowNameColumn")
}
)
#' @rdname metadata2
#' @export
setGeneric(
name = "metadata2",
def = function(x, which, ...) {
standardGeneric("metadata2")
}
)
#' @rdname metadata2
#' @export
setGeneric(
name = "metadata2<-",
def = function(x, which, ..., value) {
standardGeneric("metadata2<-")
}
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.