saveMarkerModels | R Documentation |
This is the old name of the function 'fitMarkers()', the main function of 'fitPoly'. It is kept only for backwards-compatibility. The only difference between the two is the default parameter of the genotyping probability threshold 'p.threshold', it is 0.99 in 'saveMarkerModels()' (as was originally set) and it is 0.9 in the current 'fitMarkers()'.
saveMarkerModels(..., p.threshold = 0.99)
... |
All parameters allowed in the function 'fitMarkers()'. For a full description see the help of that function. |
p.threshold |
The minimum P-value required to assign a genotype (dosage) to a sample; default 0.99 (very stringent). If the P-value for all possible genotypes is less than p.threshold the sample is assigned genotype NA. Set to 1 to disable this filter. |
See 'fitMarkers()' documentation for a full description.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.