Struct libprosic::model::sample::InsertSize [] [src]

pub struct InsertSize {
    pub mean: f64,
    pub sd: f64,
}

Expected insert size in terms of mean and standard deviation. This should be estimated from unsorted(!) bam files to avoid positional biases.

Fields

mean: f64 sd: f64

Trait Implementations

impl Debug for InsertSize
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Clone for InsertSize
[src]

fn clone(&self) -> InsertSize

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more

impl Copy for InsertSize
[src]