getSequences: Get vector of sequences from input object.
Description
This function extracts the unique sequences from several different data objects, including
including dada-class and derep-class objects, as well as
data.frame objects that have both $sequence and $abundance columns. This function
wraps the getUniques function, but return only the names (i.e. the sequences).
Usage
getSequences(object)
Arguments
object
(Required). The object from which to extract the sequences.