qual: A measure of Normalization Violence

Description Usage Arguments Value Author(s) Examples

View source: R/qual.R

Description

Calculates 4 metrics to assess the degree of difference between normalized and raw betas.

Usage

1

Arguments

norm

Matrix of normalized betas

raw

Matrix of raw betas

Value

Returns data.frame containing rmsd, sdd, sadd and srms for each sample (columns) in supplied matrices.

Author(s)

Leo Schalkwyk

Examples

1
2
3
4
5
6
library(wateRmelon)
data(melon)
d.melon <- dasen(melon)
raw.bet <- betas(melon)
norm.bet <- betas(d.melon)
qual(norm=norm.bet, raw=raw.bet)

wateRmelon documentation built on Nov. 8, 2020, 7:47 p.m.