Learn R Programming

DGEobj (version 1.1.2)

baseType: Get the baseType of an internal data item

Description

Get the baseType of an internal data item

Usage

baseType(dgeObj, type)

Arguments

dgeObj

A class DGEobj created by function initDGEobj()

type

An item type for which you want the baseType

Value

character string

Examples

Run this code
# NOT RUN {
    # example DGEobj
    exObj <- readRDS(system.file("miniObj.RDS", package = "DGEobj"))

    baseType(exObj, type = "DGEList")

# }

Run the code above in your browser using DataLab