R/dim.R

#' @name dim
#' 
#' @title Method override for dim function
#' 
#' @exportMethod dim

setMethod(f = 'dim', 
          signature = 'IBRAP',
          function(x) {
            dim(x@methods[[1]]@counts)
          })
connorhknight/IBRAP_no_decontX documentation built on Feb. 13, 2022, 2:32 p.m.