t.comb_mat: Transpost the Combination Matrix

View source: R/Upset.R

t.comb_matR Documentation

Transpost the Combination Matrix

Description

Transpost the Combination Matrix

Usage

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

Arguments

x

A combination matrix returned by make_comb_mat.

Examples

set.seed(123)
lt = list(a = sample(letters, 10),
          b = sample(letters, 15),
          c = sample(letters, 20))
m = make_comb_mat(lt)
t(m)

jokergoo/ComplexHeatmap documentation built on Nov. 17, 2023, 11:27 a.m.