tests/testthat/test_buildMap.R

context("buildMap")

test_that("buildMap construction method works ", 
  {
    data(CviCol)
    M1 <- netmap(CviCol, method="npn", cross= "inbred")
    bm <- buildMap(M1, opt.index=5)	 
    #dput(bm$map$markers)
	
    expect_equal( max(bm$map$LG), 5 )
   })

Try the netgwas package in your browser

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

netgwas documentation built on May 29, 2024, 5:33 a.m.