sorry, non-ASCII characters annoy some computers.
This commit is contained in:
parent
1ef6fa7eed
commit
ccb65a03e8
|
|
@ -22,7 +22,7 @@ import java.util.*;
|
|||
* Given a variant context, uses the genotype likelihoods to assess the likelihood of the site being a mendelian violation
|
||||
* versus the likelihood of the site transmitting according to mendelian rules. This assumes that the organism is
|
||||
* diploid. When multiple trios are present, the annotation is simply the maximum of the likelihood ratios, rather than
|
||||
* the strict 1-∏(1-p_i) calculation, as this can scale poorly for uncertain sites and many trios.
|
||||
* the strict 1-Prod(1-p_i) calculation, as this can scale poorly for uncertain sites and many trios.
|
||||
*/
|
||||
|
||||
public class MVLikelihoodRatio extends InfoFieldAnnotation implements ExperimentalAnnotation, RodRequiringAnnotation {
|
||||
|
|
|
|||
Loading…
Reference in New Issue