pub struct StructuralCompetingSummary {
pub site_count: usize,
pub min_arm_reads: u32,
}Expand description
Summary of structural (length-changing) bubble sites that indicate a second allele was silently collapsed onto the heaviest path.
Fields§
§site_count: usizeNumber of bubble sites that are structural and above min_allele_freq.
min_arm_reads: u32Minority arm read count across all structural sites (the weakest arm).
Trait Implementations§
Source§impl Clone for StructuralCompetingSummary
impl Clone for StructuralCompetingSummary
Source§fn clone(&self) -> StructuralCompetingSummary
fn clone(&self) -> StructuralCompetingSummary
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for StructuralCompetingSummary
impl RefUnwindSafe for StructuralCompetingSummary
impl Send for StructuralCompetingSummary
impl Sync for StructuralCompetingSummary
impl Unpin for StructuralCompetingSummary
impl UnsafeUnpin for StructuralCompetingSummary
impl UnwindSafe for StructuralCompetingSummary
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more