Learn R Programming

DGEobj (version 1.1.2)

getType: Retrieve data items by type

Description

Retrieve data items by type

Usage

getType(dgeObj, type, parent)

Arguments

dgeObj

A class DGEobj created by function initDGEobj()

type

A type or list of types to retrieve

parent

(optional) Filter return list for common parent (e.g. useful to select one set of contrast results when multiple fits have been performed)

Value

A list of data items

Examples

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

    MyRawData      <- getType(exObj, type = list("counts", "design", "geneData"))

# }

Run the code above in your browser using DataLab