row.names.biclustermd: Get data matrix row names and their corresponding row cluster...

Description Usage Arguments Value Examples

Description

Get data matrix row names and their corresponding row cluster membership

Usage

1
2
## S3 method for class 'biclustermd'
row.names(x)

Arguments

x

and object of class biclustermd

Value

a data frame with row names of the shuffled matrix and corresponding row cluster names.

Examples

1
2
3
4
5
6
7
8
data("synthetic")
# default parameters
bc <- biclustermd(synthetic)
bc
row.names(bc)
# this is a simplified version of the output for gather(bc):
library(dplyr)
gather(bc) %>% distinct(row_cluster, row_name)

biclustermd documentation built on June 17, 2021, 5:11 p.m.