testthat::test_that("import_MSOrganizerXLM: Template with all information", {
mexp <- SLINGtools::MidarExperiment()
mexp <- SLINGtools::loadMasshunterCSV(mexp, "21_Test_MH.csv")
mexp <- SLINGtools::loadMSOrganizerXLM(mexp, "20_MSTemplate_Creator_forTest.xlsm")
mexp <- SLINGtools::normalizeByISTD(mexp)
mexp <- SLINGtools::quantitateByISTD(mexp)
mexp <- SLINGtools::calcQC(mexp)
dd <- readRDS("21_MidarExperiment_1.rds")
expect_equal(all.equal(mexp@d_QC, dd@d_QC), TRUE) &
expect_equal(all.equal(mexp@dataset, dd@dataset), TRUE)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.