View source: R/checkPolyphyletic.R
checkPolyphyletic | R Documentation |
Check for Polyphyletic Taxa
x |
|
taxa_level |
Taxonomic level to check. Default is Genus |
return_df |
Logical. Return data.frame or list |
Check for polyphyletic taxa in tax_table
. Useful to check this
before aggregating at any level.
Data frame or list
Sudarshan A. Shetty
Shetty SA (2020). Utilities for microbiome analytics. https://github.com/RIVM-IIV-Microbiome/biomeUtils
library(biomeUtils)
library(dplyr)
data("FuentesIliGutData")
polydf <- checkPolyphyletic(FuentesIliGutData)
polydf
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.