Description Usage Arguments Value See Also Examples
Get sample names.
1 2 3 4 5 6 7 8 9 10 11 12 13 | sample_names(physeq)
## S4 method for signature 'ANY'
sample_names(physeq)
## S4 method for signature 'phyloseq'
sample_names(physeq)
## S4 method for signature 'sample_data'
sample_names(physeq)
## S4 method for signature 'otu_table'
sample_names(physeq)
|
physeq |
(Required). A |
A character vector. The names of the samples in physeq
.
1 2 |
[1] "B" "C" "D"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.