recode_within | R Documentation |
Recode nested factors to avoid matrix-rank problems
recode_within(inner, ...)
inner |
A factor representing the variable to be recoded, e.g. the cell-line |
... |
The parent factors that 'inner' is inside, e.g. the genotype of the cell-line |
Following the suggestion in the DESeq2 vignette, recode nested factors so that they take common values in different clusters to avoid rank problems
A factor with recoded levels
Gavin Kelly
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.