for plot_taxonomy_annotate_ts_alluvial()
, add a show_tax
argument that allows the user to control which taxa are given alluvial ribbons
#40
Labels
enhancement
New feature or request
motivated by a suggestion by @elizabethmcd in #37 and inspired by
show_tax
in ampvis2 https://kasperskytte.github.io/ampvis2/articles/ampvis2.htmlHow the function works right now is it uses a
fraction_threshold
(by default, 0.01, or 1%) -- if a lineage is present in any of the time series at 1% or greater, it gets an alluvial ribbon in the plot. The user can change thefraction_threshold
to anything they want it to be. Anything that does not get an alluvial ribbon gets automatically clumped into"other"
via a process implemented in the function.I like the idea of
tax_show
. This would allow users to either provide a list of taxa totax_show
or usefraction_threshold
.The text was updated successfully, but these errors were encountered: