#' Sum Unique Sequences
#'
#' Get the number of unique sequences for each sample, an auxilliary function primarily called by other functions in the pipeline.
#' @param x A sample with associated sequences
#' @export
getN <- function(x) sum(getUniques(x))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.