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

Trait Implementations

impl Copy for InsertSize
[src]

impl Clone for InsertSize
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for InsertSize
[src]

Formats the value using the given formatter.