removeColDataFactorColumns {PDATK}R Documentation

Remave any factor columns from the colData of an S4 object

Description

Remave any factor columns from the colData of an S4 object

Usage

removeColDataFactorColumns(x)

Arguments

x

An S4 object with a colData method defined for it.

Value

x with colData factor columsn converted to either integer or character, as appropriate.

Examples

data(sampleICGCmicro)
removeColDataFactorColumns(sampleICGCmicro)


[Package PDATK version 1.0.2 Index]