Learn R Programming

DGEobj (version 1.0.1)

showMeta: Retrieve the Key/Value metadata attributes

Description

Retrieve the Key/Value metadata attributes

Usage

showMeta(dgeObj, printed = TRUE)

Arguments

dgeObj

A DGEobj with attributes

printed

Whether to print the list (default = TRUE)

Value

A data.frame with "Attribute" and "Value" columns

Examples

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

    showMeta(exObj)

# }

Run the code above in your browser using DataLab