Function seq_to_u8_upper

Source
pub fn seq_to_u8_upper(seq: &[Nucleotide]) -> Vec<u8> 
Expand description

Convert a sequence to bytes associated with UTF-8 letters. For compatibility with external libraries.