impute_normd: Imputes missing values from normal distribution

Description Usage Arguments

View source: R/impute_normd.R

Description

Imputes missing values from normal distribution

Usage

1
2
3
4
5
6
7
8
9
impute_normd(
  data,
  threshold = 0.5,
  shift = 1.8,
  width = 0.3,
  return = T,
  save = F,
  name
)

Arguments

data

expression data

threshold

threshold for missing values

shift

down shift of normal distribution in standard deviations

width

width of normal distribution in standard deviations

return

should data frame be returned

save

ahould data frame be saved

name

name to save under


nicohuttmann/htmnanalysis documentation built on Dec. 6, 2020, 3:02 a.m.