qual {wateRmelon} | R Documentation |
Calculates 4 metrics to assess the degree of difference between normalized and raw betas.
qual(norm,raw)
norm |
Matrix of normalized betas |
raw |
Matrix of raw betas |
Returns data.frame containing rmsd, sdd, sadd and srms for each sample (columns) in supplied matrices.
Leo Schalkwyk
library(wateRmelon) data(melon) d.melon <- dasen(melon) raw.bet <- betas(melon) norm.bet <- betas(d.melon) qual(norm=norm.bet, raw=raw.bet)