#' @title Subset ExpressionSet
#'
#' @description
#'
#' @return Subseted \code{ExpressionSet}
#' @export
subsetExpressionSet2DS <- function(eSet, n_ids){
neweSet <- eSet[,1:n_ids]
return(neweSet)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.