Calculates the N50 value: the read length at which 50 bases are contained in reads of that length or longer.
Examples
if (FALSE) { # \dontrun{
seq_summary <- data.frame(
sequence_length_template = c(1, 2, 3, 4, 10)
)
calculate_n50(seq_summary)
} # }
