Kaitao Lai
Kaitao Lai
Hi, I followed the instruction from https://grunwaldlab.github.io/metacoder_documentation/workshop--05--plotting.html > load("filtered_data.Rdata") > library(metacoder) > obj %>% filter_taxa(grepl(pattern = "^[a-zA-Z]+$", taxon_names)) %>% # remove "odd" taxa filter_taxa(taxon_ranks == "o", supertaxa = TRUE) %>%...
I have tested it, it is working now. Thank you for your help.
Thank you very much for your help! Your script is very useful.
That made sense. Thank you for the suggestion.