Description Usage Arguments Value
View source: R/all_combinations_treat_samples.R
Returns all combinations of treatment samples for validation purposes.
1 | all_combinations_treat_samples(samples, num_treat)
|
samples |
A character vector of sample names. |
num_treat |
An integer specifying the number of treatment samples. |
A matrix of combinations (each column corresponds to a separate combination). There will be choose(length(samples), length(num_treat))
combinations (columns).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.