microbiome / miaViz

Microbiome Analysis Plotting and Visualization
https://microbiome.github.io/miaViz
Artistic License 2.0
10 stars 12 forks source link

Ordination plots with trajectories: add examples #64

Closed antagomir closed 1 year ago

antagomir commented 1 year ago

Ordination plots can be complemented with trajectories over points when time series are available for some or all subjects, other entities. It is not yet clear whether this would deserve its own function but illustrative examples for basic use cases can be useful.

Examples to implement:

1) Paired data with multiple time points:

2) Paired data with two time points. This is already included in (1) but is a simpler case and could potentially come with some extra capabilities that are feasible for general time series.

The most suitable open data set for this could be discussed.

antagomir commented 1 year ago

This would be the file: vignettes/miaViz.Rmd and it is rendered online here.

antagomir commented 1 year ago

Could be done with the vaginal microbiota data set from Gajer et al. (2012) also to reproduce the figure I created for the review Faust et al. (2015). I have the data in phyloseq, could be converted to TreeSE with small modifications.

ChouaibB commented 1 year ago

Where can I get the phyloseq object?