Description Usage Arguments Value Author(s) Examples
View source: R/metaseqr.util.R
Returns a list, properly structured to be used within the
stat.*
functions of the metaseqr package. See the
main documentation for the structure of this list and the
example below. This function is mostly for internal use,
as the stat.*
functions can be supplied directly
with the contrasts vector which is one of the main
metaseqr
arguments.
1 | make.contrast.list(contrast, sample.list)
|
contrast |
a vector of contrasts in the form "ConditionA_vs_ConditionB" or "ConditionA_ vs_ConditionB_vs_ConditionC_vs_...". In case of Control vs Treatment designs, the Control condition should ALWAYS be the first. |
sample.list |
the list of samples in the experiment.
See also the main help page of |
A named list whose names are the contrasts and its members are named vectors, where the names are the sample names and the actual vector members are the condition names. See the example.
Panagiotis Moulos
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.