Learn R Programming

DGEobj (version 1.0.1)

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 DGEobj

Value

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