pub struct SingleCaller<A: AlleleFreqs, P: Model<A>> { /* private fields */ }
Expand description

Joint variant calling model, combining two latent variable models.

Implementations

Create new JointModel.

Arguments
  • sample - 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 SinglePileup, 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.