Struct libprosic::call::pairwise::PairEvent
[−]
[src]
pub struct PairEvent<A: AlleleFreqs, B: AlleleFreqs> {
pub name: String,
pub af_case: A,
pub af_control: B,
}Fields
name: String
event name
af_case: A
allele frequencies for case sample
af_control: B
allele frequencies for control sample