Learn R Programming

nanny (version 0.1.8)

fill_NA_using_value: This function is needed for DE in case the matrix is not rectangular, but includes NA

Description

This function is needed for DE in case the matrix is not rectangular, but includes NA

Usage

fill_NA_using_value(
  .data,
  .element = NULL,
  .feature = NULL,
  .value = NULL,
  fill_with
)

Arguments

.data

A `tbl` formatted as | <element> | <feature> | <value> | <...> |

.element

The name of the element column

.feature

The name of the feature/gene column

.value

The name of the feature/gene value column

fill_with

A numerical value with which fill the mssing data points

Value

A tibble with adjusted counts