#' Apply method
#'
#' Applies method to the input DatasetExperiment
#' @param M a method object
#' @param D another object used by the first
#' @return Returns a modified method object
#' @examples
#' M=model()
#' model_apply(M,DatasetExperiment())
#' @name model_apply
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.