impute_norm: Imputes values based on normal distribution

View source: R/0_data_processing.R

impute_normR Documentation

Imputes values based on normal distribution

Description

Imputes values based on normal distribution

Usage

impute_norm(data_, shift = 1.8, width = 0.3, seed = 123, input, output)

Arguments

data_

data (either a tibble, data frame or matrix)

shift

shift in standard deviations

width

width in standard deviations

seed

seed

input

if data_ is list: name of data to use

output

if data_ is list: name of output data to save in list under


nicohuttmann/pOmics documentation built on Sept. 21, 2022, 9:28 a.m.