humanize: Humanize an R object

humanizeR Documentation

Humanize an R object

Description

Humanize an R object

Usage

humanize(object, ...)

Arguments

object

Object.

...

Additional arguments.

Details

This can make dimnames invalid (see make.names()) and should only be called prior to writing files to disk.

Value

Modified object. Contains human-friendly rownames (e.g. gene symbols instead of stable gene IDs) and colnames (e.g. sample names instead of sample IDs).

Examples

showMethods("humanize")

acidgenomics/AcidGenerics documentation built on April 9, 2024, 1:29 a.m.