classified_species <- define_rb(nice_tidy)
# Standard plot for a single sample
plot_ulrb_silhouette(classified_species,
sample_id = "ERR2044669",
taxa_col = "OTU",
abundance_col = "Abundance",
plot_all = FALSE)
# All samples in a dataset
plot_ulrb_silhouette(classified_species,
taxa_col = "OTU",
abundance_col = "Abundance",
plot_all = TRUE)
# All samples with a log scale
plot_ulrb_silhouette(classified_species,
taxa_col = "OTU",
abundance_col = "Abundance",
plot_all = TRUE,
log_scaled = TRUE)
Run the code above in your browser using DataLab