sorry, non-ASCII characters annoy some computers.

This commit is contained in:
Ryan Poplin 2012-09-20 10:14:48 -04:00
parent 1ef6fa7eed
commit ccb65a03e8
1 changed files with 1 additions and 1 deletions

View File

@ -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 {