Description Usage Arguments Value
This function is needed for DE in case the matrix is not rectangular, but includes NA
1 2 3 4 5 6 7 8 | fill_NA_using_formula(
.data,
.formula,
.sample = NULL,
.transcript = NULL,
.abundance = NULL,
.abundance_scaled = NULL
)
|
.data |
A tibble |
.formula |
a formula with no response variable, of the kind ~ factor_of_intrest + batch |
.sample |
The name of the sample column |
.transcript |
The name of the transcript/gene column |
.abundance |
The name of the transcript/gene abundance column |
.abundance_scaled |
The name of the transcript/gene scaled abundance column |
A tibble with adjusted counts
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.