Arcadia-Science / sourmashconsumr

Working with the outputs of sourmash in R
https://arcadia-science.github.io/sourmashconsumr/
Other
24 stars 3 forks source link

refactor `plot_taxonomy_annotate_ts_alluvial()` to allow more flexible column names for `time_df`. #39

Open taylorreiter opened 1 year ago

taylorreiter commented 1 year ago

In #37, I implemented a function plot_taxonomy_annotate_ts_alluvial() that produces an alluvial flow plot for time series metagenomes. It takes as input a time_df, which I made so that it has to have the column names query_name and time. It would be probably be good to generalize this...I'll think about doing that if it becomes annoying that it isn't generalized.