[][src]Function varlociraptor::model::evidence::fragments::estimate_insert_size

pub fn estimate_insert_size(
    left: &Record,
    right: &Record
) -> Result<u32, Box<dyn Error>>

Estimate the insert size from read pair projected on reference sequence including clips. Note that this is is not the insert size of the real fragment but rather the insert size of the alignment on the reference sequence.

Arguments

  • left - left read of the pair
  • right - right read of the pair