dim.DGEobj: Get the "assay" dimensions (row/genes by col/samples)

View source: R/utils.R

dim.DGEobjR Documentation

Get the "assay" dimensions (row/genes by col/samples)

Description

Returns the dimensions of the assay data (baseType)

Usage

## S3 method for class 'DGEobj'
dim(x)

Arguments

x

A class DGEobj created by function initDGEobj()

Value

An integer vector [r,c] with a length of 2.


DGEobj documentation built on May 16, 2022, 9:06 a.m.