rsearch2phyloseq converts an Rsearch object to a phyloseq
object.
Arguments
- rsearch.obj
(Required). An Rsearch object, see
rsearch_obj.- sample_id_col
(Optional). A character string specifying the name of the column in
sampledata.dfthat contains sample identifiers. Defaults to"sample_id".
Value
A phyloseq object.
Details
This function converts an Rsearch object, which is a simple
list, to a phyloseq object from the
phyloseq R package.