Learn R Programming

DGEobj (version 1.1.2)

getBaseType: Retrieve data items by baseType

Description

Retrieve data items by baseType

Usage

getBaseType(dgeObj, baseType)

Arguments

dgeObj

A class DGEobj created by function initDGEobj()

baseType

One or more of: ["row", "col", "assay", "meta"]

Value

A list of data items

Examples

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

    Assays <- getBaseType(exObj, baseType = "assay")
    AssaysAndMeta <- getBaseType(exObj, c("assay", "meta"))

# }

Run the code above in your browser using DataLab