Struct libprosic::model::PairCaller

source ·
pub struct PairCaller<A: AlleleFreqs, B: AlleleFreqs, P: PairModel<A, B>> { /* private fields */ }
Expand description

Joint variant calling model, combining two latent variable models.

Implementations

Create new PairCaller.

Arguments
  • case_sample - case sample
  • control_sample - control sample
  • prior_model - prior model

Calculate pileup and marginal probability for given variant.

Arguments
  • chrom - the chromosome of the variant
  • start - the starting position of the variant
  • variant - the variant
Returns

The PairPileup, or an error message.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.