#' @name IBRAP-object
#'
#' @title S4 class object that contains method-assays
#'
#' @description An S4 class object that contains assays and metadata.
#'
#' @slot methods A list of methods class objects containing produced results
#' @slot sample_metadata A data.frame containing cell level metadata
#'
#' @exportClass IBRAP
setClass(Class = 'IBRAP',
representation = representation(
methods = 'list',
sample_metadata = 'data.frame',
pipelines = 'data.frame'
))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.