#' Returns median abundance of proteins/columns
#'
#' @param data expression data
#'
#' @return
#' @export
#'
#'
medianAbd <- function(data) {
apply(data, 2, FUN = median)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.