Description Usage Arguments Value
View source: R/make_treat_factor.R
Returns a treatment factor for use in batch-correction and differential-expression analyses.
1 | make_treat_factor(data, group_1, group_2)
|
data |
A matrix of counts with named columns. |
group_1 |
A character string naming the columns that belong to group 1. |
group_2 |
A character string naming the columns that belong to group 2. |
A factor vector of treatments corresponding to the columns of the input data
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.