gc_content

Function gc_content 

Source
pub fn gc_content(encoded_sequence: &[u8], start: usize, end: usize) -> f64
Expand description

Calculate the GC content of a sequence region

Returns the fraction of nucleotides that are G or C within the specified range (inclusive).