transpose_bicluster {mosbi}R Documentation

Transpose a bicluster. Row and column slots will be changed.

Description

Transpose a bicluster. Row and column slots will be changed.

Usage

transpose_bicluster(bic)

Arguments

bic

A bicluster object.

Value

A transposed bicluster object,

Examples

transpose_bicluster(bicluster(row=c(3,4,5,6), column=c(3,4,5,6)))


[Package mosbi version 1.0.3 Index]