combn.pairs: Create all unique combinations pairs possible

combn.pairsR Documentation

Create all unique combinations pairs possible

Description

Given a character vector, get all unique combinations of 2.

Usage

combn.pairs(x)

Arguments

x

a character vector, will unique elements for you.

Value

a list of character vector pairs

Examples

df <- ORFik.template.experiment()
ORFik:::combn.pairs(df[, "libtype"])

Roleren/ORFik documentation built on Feb. 17, 2025, 4:13 p.m.