Learn R Programming

DGEobj (version 1.1.2)

getItem: Retrieve a data item by name

Description

Retrieve a data item by name

Usage

getItem(dgeObj, itemName)

Arguments

dgeObj

A class DGEobj created by function initDGEobj()

itemName

Name of item to retrieve

Value

The requested data item

Examples

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

    MyCounts <- getItem(exObj, "counts")

# }

Run the code above in your browser using DataLab