comb_name: Names of the Combination sets

Description Usage Arguments Details Value Examples

Description

Names of the Combination sets

Usage

1

Arguments

m

A combination matrix returned by make_comb_mat.

Details

The name of the combination sets are formatted as a string of binary bits. E.g. for three sets of "a", "b", "c", the combination set with name "101" corresponds to select set a, not select set b and select set c. The definition of "select" depends on the value of mode from make_comb_mat.

Value

A vector of names of the combination sets.

Examples

1
2
3
4
5
6
set.seed(123)
lt = list(a = sample(letters, 10),
          b = sample(letters, 15),
          c = sample(letters, 20))
m = make_comb_mat(lt)
comb_name(m)

zhongmicai/complexHeatmap documentation built on May 7, 2019, 6:11 a.m.