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 June 30, 2024, 12:54 p.m.