Description Usage Arguments Value
View source: R/make_design_matrix.R
Makes a design matrix for use by seqgendiff
.
1 | make_design_matrix(group_1, group_2, treat_samps = NULL, random_treat = FALSE)
|
group_1 |
A character vector naming the columns that belong to group 1. |
group_2 |
A character vector naming the columns that belong to group 2. |
treat_samps |
A character vector indicating which samples are treatment samples. |
random_treat |
Logical indicating whether the number of treatment samples should be a random number between 2 and |
A design matrix.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.