showMeta: Retrieve the Key/Value metadata attributes that have a...

View source: R/attributes.R

showMetaR 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)


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