pub fn gc_content(encoded_sequence: &[u8], start: usize, end: usize) -> f64
Calculate the GC content of a sequence region
Returns the fraction of nucleotides that are G or C within the specified range (inclusive).