subset_samples: Subset the phyloseq based on sample
Description
Subset the phyloseq based on sample
Usage
subset_samples(physeq, ...)
Arguments
physeq
A sample_data-class, or a phyloseq-class object with a sample_data.
If the sample_data slot is missing in physeq, then physeq will be returned as-is,
and a warning will be printed to screen.
...
parameters for the subset_samples function in phyloseq package