-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add visualizations for specific use cases like time series or different groups #35
Comments
this heatmap is nicer than what I implemented over at Arcadia-Science/2022-prjna853785-sourmash. I also recently read a paper that kept all (species/genera/etc) that were present in at least one sample at 1% or above. I like the idea of doing that for this type of heatmap viz. by default it could be 1%, but it could be a user defined threshold |
Updates:
|
Code added for heat tree matrix in #46, but currently not evaluated as part of the vignette build. Waiting for metacoder to release a new version onto CRAN. |
So far I've been focused on visualizations that will work no matter if samples are highly related, time series, different groups with lots of replicates, large or small sample sizes, etc. I think now that some of these base visualizations are encoded, I can do some more specific things as they come up.
Brainstorming below!
Time series
from: The temporal dynamics of the tracheal microbiome in tracheostomised patients with and without lower respiratory infections. August 2017PLoS ONE 12(8):e0182520 DOI:10.1371/journal.pone.0182520
Differential abundance
Show in a vignette how to go from
from_sourmash_taxonomy_to_metacoder
to the differential heat tree viz (viz from the metacoder vignette)'Visualization when we have a tree
When GTDB is the database, we have a tree we can use to build visualizations (although we would have to have a function to download it, and that might get annoying):
from: https://www.nature.com/articles/s41579-021-00562-3
The text was updated successfully, but these errors were encountered: