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
Are you planning on making more workshops? If so I would love to know how to make a stacked Stacked bar chart from the obj. I would also love to go beyond alpha and beta diversity and to make some CCA plots and do SIMPER analysis. I am new to this so sorry if what I'm asking doesn't make sense or if this isn't the appropriate place to ask.
Thank you for the workshop you have created though, it is very useful!
Kind regards,
Nate
The text was updated successfully, but these errors were encountered:
We are doing another workshop in December and I can add some info on stacked bar charts. I will have to look more into SIMPER analysis. Anything I add will be at https://grunwaldlab.github.io/metacoder_documentation/.
Keep in mind that the abundance matrix stored in a taxmap object is just a table, so you can follow any tutorial that uses an abundance matrix. You can get the table using obj$data$my_table. You might have to transpose the matrix with t, to use some software that expects taxa to be columns (e.g. vegan).
Hi,
Are you planning on making more workshops? If so I would love to know how to make a stacked Stacked bar chart from the obj. I would also love to go beyond alpha and beta diversity and to make some CCA plots and do SIMPER analysis. I am new to this so sorry if what I'm asking doesn't make sense or if this isn't the appropriate place to ask.
Thank you for the workshop you have created though, it is very useful!
Kind regards,
Nate
The text was updated successfully, but these errors were encountered: