View source: R/differential_expression.R
compute_resampling | R Documentation |
Run the analysis function for n_resample random subset of biosamples
compute_resampling(
reads,
sample_info,
condition_list,
ds_formula,
analysis_function,
control_combinaisons,
treatment_combinaisons,
n_resample = 50
)
reads |
reads tibble |
sample_info |
sample info tibble with a conditions column |
condition_list |
a string vector describing the different conditions |
ds_formula |
a formula describing the design of the analysis |
analysis_function |
custom analysis function using the reads, sample_info, condition_list and ds_formula |
control_combinaisons |
a tibble with control biosample subsets to analyse (a line is a subset, a column is a biosample, column names doesnt matter) |
treatment_combinaisons |
a tibble with treatment biosample subsets to analyse (a line is a subset, a column is a biosample, column names doesnt matter) |
n_resample |
the number of resampling to analyse |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.