View source: R/differential_expression.R
compute_all_resampling_combinaisons | R Documentation |
Compute all the resampling combinaisons to subset biosamples
compute_all_resampling_combinaisons(
sample_info,
condition_name = "conditions",
subset_size = 4,
subset_proportion = 0.66
)
sample_info |
sample info tibble with a conditions column |
condition_name |
a string describing the name of the condition which is a column of sample_info |
subset_size |
the size of the subsets to resample, if subset_proportion is set to NA |
subset_proportion |
the proportion of the condition to resample, if set to NA the size will be constant at subset_size |
list of all subset_size combinaison for each condition
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.