compute_all_resampling_combinaisons: Compute all the resampling combinaisons to subset biosamples

View source: R/differential_expression.R

compute_all_resampling_combinaisonsR Documentation

Compute all the resampling combinaisons to subset biosamples

Description

Compute all the resampling combinaisons to subset biosamples

Usage

compute_all_resampling_combinaisons(
  sample_info,
  condition_name = "conditions",
  subset_size = 4,
  subset_proportion = 0.66
)

Arguments

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

Value

list of all subset_size combinaison for each condition


INRAE-LPGP/prostPostprocess documentation built on April 14, 2023, 12:59 p.m.