R/is_phase_known.R

Defines functions is_phase_known

# Determine if a cross is of phase-known type
is_phase_known <-
    function(cross)
{
    .is_phase_known(cross$crosstype)
}

Try the qtl2 package in your browser

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

qtl2 documentation built on April 22, 2023, 1:10 a.m.