#' Normalize an assay
#'
#' Normalize assay data based on chosen method
#'
#' @param object NanoStringExperiment object
#' @param ... additional parameters to pass to methods
#'
#' @return NanoStringExperiment object
#'
#' @export
setGeneric("normalize", signature = "object",
function(object, ...) standardGeneric("normalize"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.