#' @name dim
#'
#' @title Method override for dim function
#'
#' @exportMethod dim
setMethod(f = 'dim',
signature = 'IBRAP',
function(x) {
dim(x@methods[[1]]@counts)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.