[][src]Function varlociraptor::filtration::posterior_odds::filter_by_odds

pub fn filter_by_odds<E, R, W>(
    inbcf: Option<R>,
    outbcf: Option<W>,
    events: &[E],
    min_evidence: KassRaftery
) -> Result<()> where
    E: Event,
    R: AsRef<Path>,
    W: AsRef<Path>, 

Filter calls by posterior odds against the given events. If odds against the events is at least the given KassRaftery score, remove allele.