Tests if a segment is in Run-of-Homozygosity (ROH).
# S3 method for numeric
testROH(muN, csN=NULL, betaN=NULL, minNbrOfSnps=1, delta=1/12, ..., verbose=FALSE)Minimum number of SNPs required to test segment.
If not tested, NA is returned.
A double scalar specifying the maximum (weighted)
proportion of heterozygous SNPs allowed in an ROH region.
Not used.
See Verbose.
Returns a logical.