microViz
microViz copied to clipboard
example of tax_mutate for regex-based pre-cleaning of tax_table before tax_fix
ps %>% tax_mutate(across(everything(), ~ gsub("^.__uncultured_.+$", "", .))) %>% tax_fix()
example thanks to Valentina