fill_NA_using_value: This function is needed for DE in case the matrix is not...

Description Usage Arguments Value

Description

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

Usage

1
fill_NA_using_value(.data, .sample, .transcript, .abundance, fill_with)

Arguments

.data

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

.sample

The name of the element column

.transcript

The name of the feature/gene column

.abundance

The name of the feature/gene value column

fill_with

A numerical value with which fill the missing data points

Value

A tibble with adjusted counts


tidybulk documentation built on April 7, 2021, 6 p.m.