Learn R Programming

DGEobj (version 1.0.1)

showTypes: Returns and prints the list of all defined types

Description

Returns and prints the list of all defined types

Usage

showTypes(dgeObj, printed = TRUE)

Arguments

dgeObj

A DGEobj

printed

Whether to print the list (default = TRUE)

Value

data.frame

Examples

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

    showTypes(exObj)

# }

Run the code above in your browser using DataLab