tests/testthat/test-xegaDfInitGene.R

library(testthat)
library(xegaSelectGene)
library(xegaDfGene)

test_that("xegaDfInitGene OK", 
{
           g<-xegaDfInitGene(lFxegaDfGene)
           expect_identical(g$evaluated, FALSE)
           expect_identical(g$evalFail, FALSE)
           expect_equal(g$fit, 0)
           expect_equal(length(g$gene1), 2) 
}
)

Try the xegaDfGene package in your browser

Any scripts or data that you put into this service are public.

xegaDfGene documentation built on Aug. 22, 2025, 5:12 p.m.