R/getN.R

Defines functions getN

Documented in getN

#' 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))
kstagaman/sharpton-lab-dada2-pipeline documentation built on Sept. 24, 2022, 11:41 a.m.