showTypes: Returns and prints the list of all defined types

View source: R/types.R

showTypesR Documentation

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

    # example DGEobj
    exObj <- readRDS(system.file("miniObj.RDS", package = "DGEobj"))

    showTypes(exObj)


DGEobj documentation built on May 16, 2022, 9:06 a.m.