Learn R Programming

DGEobj (version 1.0.1)

getItems: Retrieve data items by name

Description

Retrieve data items by name

Usage

getItems(dgeObj, itemNames)

Arguments

dgeObj

A DGEobj

itemNames

A character string, character vector, or list names to retrieve

Value

A list

Examples

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

    MyCounts <- getItems(exObj, "counts")

# }

Run the code above in your browser using DataLab