tests/1.R

library(doseR)
library(SummarizedExperiment)

data(hmel.se)
f_se <- quantFilter(se, lo.bound = 0.4, hi.bound = 0.5)
dm <- se.DM(f_se)
temp <- glSeq(dm, "-1 + replicate")

RUnit::checkEqualsNumeric(round(temp@optinfo$val[4], 1), round(6.339, 1))
RUnit::checkEqualsNumeric(round(temp@optinfo$val[5], 1), round(5.342, 1))
avastermark19/doseR_0.99.7 documentation built on May 29, 2019, 8:30 a.m.