This function is needed for DE in case the matrix is not rectangular, but includes NA
fill_NA_using_value(
.data,
.element = NULL,
.feature = NULL,
.value = NULL,
fill_with
)
A `tbl` formatted as | <element> | <feature> | <value> | <...> |
The name of the element column
The name of the feature/gene column
The name of the feature/gene value column
A numerical value with which fill the mssing data points
A tibble with adjusted counts