Learn R Programming

DGEobj (version 1.1.2)

showMeta: Retrieve the Key/Value metadata attributes that have a character value and length of 1

Description

Retrieve the Key/Value metadata attributes that have a character value and length of 1

Usage

showMeta(dgeObj)

Arguments

dgeObj

A DGEobj with attributes

Value

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

Examples

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

    showMeta(exObj)

# }

Run the code above in your browser using DataLab