R/AMEL.R

# hard coded constants related to the AMEL locus
AMEL_XX_unpacked <- c("X", "X")
AMEL_XX_packed <- "X,X"

AMEL_XY_unpacked <- c("X", "Y")
AMEL_XY_packed <- "X,Y"

dummy_pedigree <- list(ID = numeric(), FIDX = numeric(),
                       MIDX = numeric(), SEX = numeric())
class(dummy_pedigree) <- "ped"

Try the simDNAmixtures package in your browser

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

simDNAmixtures documentation built on April 15, 2025, 1:11 a.m.