Plot observed ASVs and OTUs VS. Sampling event

Hello,
I would like to make a plot in wich number of ASVs and number of OTUs are represented with two different colored lines, comparing their trends with the number of collected samples. I understand that this may be a generic explaination.
In order to be more specific, I ant to do a similar plot to the one represented in figure number 2 of this publication: https://onlinelibrary.wiley.com/doi/full/10.1111/jbi.14354?casa_token=sw_O6otNIScAAAAA%3A5SaOXnQNuugivqoMZ0pSkpOGCqFrmHNLU5RbKwjZOf0-8sEJ2UFKRq2heqRTpsKhvA5onz8OpIbzQFVR

There is a plugin that make this plot in QIIME2? Any suggestions?

Thanks for your help!

Hello,

Unfortunately, there are no such plugins.
I would do it the following way:

  • do a preprocessing in QIIME2
  • export FeatureTable
  • do a taxonomical classification
  • export FeatureTable again collapsed to a species level and FeatureData[Taxonomy]
  • create a custom script for plotting

Good luck!
Valentyn

2 Likes

This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.