combn.pairs {ORFik} | R Documentation |
Given a character vector, get all unique combinations of 2.
combn.pairs(x)
x |
a character vector, will unique elements for you. |
a list of character vector pairs
df <- ORFik.template.experiment() ORFik:::combn.pairs(df[, "libtype"])