testROH.numeric | R Documentation |
Tests if a segment is in Run-of-Homozygosity (ROH).
## S3 method for class 'numeric'
testROH(muN, csN=NULL, betaN=NULL, minNbrOfSnps=1, delta=1/12, ..., verbose=FALSE)
muN |
An |
csN |
(optional) A |
betaN |
(optional) A |
minNbrOfSnps |
Minimum number of SNPs required to test segment.
If not tested, |
delta |
A |
... |
Not used. |
verbose |
See |
Returns a logical
.
Pierre Neuvial, Henrik Bengtsson
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.