You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi Chi,
Thank you for providing such a simple and user-friendly R package. I am a novice in microbiome data analysis and I hope to conduct beta diversity and Venn analyses for other higher taxonomic level, but I have not been successful. I noticed that the help document states that this is feasible. How should I proceed?
Looking forward to your reply. This is very important. Thank you
The text was updated successfully, but these errors were encountered:
Hi. Please refer to the 3.1.4 part of the online tutorial (https://chiliubio.github.io/microeco_tutorial/basic-class.html#microtable-class) to generate new microtable object at higher taxonomic level. Then you can do other analysis like those at ASV/OTU level. Here is an example.
```
library(microeco)
data(dataset)
mt_genus <- dataset$merge_taxa("Genus")
mt_genus
```
Hi Chi,
Thank you for providing such a simple and user-friendly R package. I am a novice in microbiome data analysis and I hope to conduct beta diversity and Venn analyses for other higher taxonomic level, but I have not been successful. I noticed that the help document states that this is feasible. How should I proceed?
The text was updated successfully, but these errors were encountered: