rename_samples_otu_table | R Documentation |
Useful for targets bioinformatic pipeline.
rename_samples_otu_table(physeq, names_of_samples)
physeq |
(required): a |
names_of_samples |
(required) The new names of the samples |
the matrix with new colnames (or rownames if taxa_are_rows
is true)
Adrien Taudière
rename_samples_otu_table(data_fungi, as.character(seq_along(sample_names(data_fungi))))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.