t.comb_mat: Transpost the Combination Matrix

Description Usage Arguments Examples

View source: R/Upset.R

Description

Transpost the Combination Matrix

Usage

1
2
## S3 method for class 'comb_mat'
t(x)

Arguments

x

A combination matrix returned by make_comb_mat.

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)
t(m)

ComplexHeatmap documentation built on Nov. 14, 2020, 2:01 a.m.