The function switchAlleles() is expecting the results of est.rf(). If it is run with a cross that has the results of markerlrt(), the results are not meaningful. It should give an error.
Look for an attribute "onlylod" in the cross$rf object. If non-null and TRUE, stop with an error.
The function
switchAlleles()
is expecting the results ofest.rf()
. If it is run with a cross that has the results ofmarkerlrt()
, the results are not meaningful. It should give an error.Look for an attribute
"onlylod"
in thecross$rf
object. If non-null and TRUE, stop with an error.