| calculate_assembly_stats | R Documentation |
Computes N50, L50, and other assembly statistics.
calculate_assembly_stats(seqs)
seqs |
A character vector or list of sequences (contigs) |
A named numeric vector of statistics
contigs <- c("ATGC", "ATGCATGC", "ATGCATGCATGC")
calculate_assembly_stats(contigs)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.