SBRG / pymodulon

Python package for analyzing and visualizing iModulons
MIT License
11 stars 13 forks source link

Timeseries visualizations #31

Closed avsastry closed 2 years ago

avsastry commented 4 years ago

New function to visualize time-series:

plot_timeseries(ica_data, imodulon, timepoints, samples)

Plots bars/points/line with error bar, and also computes PearsonR correlation through timeseries.

@kevin-rychel or @camlam would either of you have throughput to take this on?