Learn R Programming

DGEobj (version 1.1.2)

showTypes: Returns and prints the list of all defined types

Description

Returns and prints the list of all defined types

Usage

showTypes(dgeObj)

Arguments

dgeObj

A class DGEobj created by function initDGEobj()

Value

data.frame

Examples

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

    showTypes(exObj)

# }

Run the code above in your browser using DataLab