transpose.gct {cmapR}R Documentation

Transpose a GCT object

Description

Transpose a GCT object

Usage

transpose.gct(...)

transpose_gct(g)

## S4 method for signature 'GCT'
transpose_gct(g)

Arguments

...

arguments passed on to transpose_gct

g

the GCT object

Value

a modified verion of the input GCT object where the matrix has been transposed and the row and column ids and annotations have been swapped.

Examples

transpose_gct(ds)


[Package cmapR version 1.6.0 Index]