dimnames.DGEobj: Get the "assay" names (row/genes by col/samples)

View source: R/utils.R

dimnames.DGEobjR Documentation

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

Description

Returns a list of length 2 containing the the assay data names (baseType)

Usage

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

Arguments

x

A class DGEobj created by function initDGEobj()

Value

A list of length 2 containing rownames and colnames of the DGEobj


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