mean_fold_change | R Documentation |
for each peptide calculate the mean quantification over all experiments then get the natural scale fold change.
mean_fold_change(treatment, control)
treatment |
vector of 'treatment' data |
control |
vector of 'control' data |
vector of mean fold changes 'mean(treatment) / mean(control)'
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.