Learn R Programming

DGEobj (version 1.1.2)

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

Description

Returns the dimensions of the assay data (baseType)

Usage

# S3 method for DGEobj
dim(x)

Arguments

x

A class DGEobj created by function initDGEobj()

Value

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