showMeta {DGEobj}R Documentation

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

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

    showMeta(exObj)


[Package DGEobj version 1.1.2 Index]