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 April 25, 2024, 8:41 p.m.