col.names.biclustermd: Get data matrix column names and their corresponding column...

Description Usage Arguments Value Examples

View source: R/col.names.biclustermd.R

Description

Get data matrix column names and their corresponding column cluster membership

Usage

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

Arguments

x

and object of class biclustermd

Value

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

Examples

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

jreisner/sparseBiclustering documentation built on June 22, 2021, 12:54 p.m.