combn.pairs | 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"])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.