tests/testthat/test-edgeR.R

test_that("result of edger", {
    data(pediatric_ibd)
    mm_edger <- run_edger(
        pediatric_ibd,
        "Class",
        pvalue_cutoff = 0.1,
        p_adjust = "fdr"
    )
    expect_snapshot(print(marker_table(mm_edger), digits = 5))
})
yiluheihei/microbiomeMarker documentation built on Nov. 5, 2023, 7:19 a.m.