Description Usage Arguments Examples
View source: R/UniqueCombinations.R
Generate all possible unique combinations of x
.
Primarily used as a helper function for CellCounts
, but may
be occasionally useful to the end user.
1 2 3 4 5 6 7 | UniqueCombinations(x, as.matrix)
## S3 method for class 'COMPASSContainer'
UniqueCombinations(x, as.matrix = FALSE)
## Default S3 method:
UniqueCombinations(x, as.matrix = FALSE)
|
x |
Either a |
as.matrix |
Boolean; if |
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.