fill_NA_using_formula | R Documentation |
This function is needed for DE in case the matrix is not rectangular, but includes NA
fill_NA_using_formula(
.data,
.formula,
.element = NULL,
.feature = NULL,
.value = NULL,
.value_scaled = NULL
)
.data |
A tibble |
.formula |
a formula with no response variable, of the kind ~ factor_of_intrest + batch |
.element |
The name of the element column |
.feature |
The name of the feature/gene column |
.value |
The name of the feature/gene value column |
.value_scaled |
The name of the feature/gene scaled value column |
A tibble with adjusted counts
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.