OceaneCsn / DIANE

Dashboard for the Inference and Analysis of Networks from Expression data
GNU General Public License v3.0
13 stars 4 forks source link

Dose Response and Time Series Experiment Support #41

Closed lloydtripp closed 1 year ago

lloydtripp commented 1 year ago

Does DIANE support dose-response or time-series experimental designs for analysis?

OceaneCsn commented 1 year ago

Thank you for this question. Continuous variables (like time or dose) are not properly modelled in DIANE. You can still run its pipeline with the different time points or doses as different conditions but this won't take full advantage of these gradual variables. If you are comfortable with using R scripts, DESEq2 or EdgeR allow more complex designs like dose-response or time-series. Here are some other useful R packages that come to mind to model time-series:

lloydtripp commented 1 year ago

Thanks @OceaneCsn for the response! I'll look into the suggested packages.

I'd love to see this kind of feature in DIANE for those with complex experiments!