Hello,
I am using the new fitTimeSeries to test for differential abundance of genes between 4 longitudinal sampling points. When I run fitTimeSeries, the model output for $timeIntervals says "No intervals found". Here is my code:
Tet = fitTimeSeries(obj=MRexperiment, lvl="Class", feature="feature", class="Group", id = "Sample", time = "Time")
The "Time" variable in pData is formatted as numeric (1-4). Also, the "Group" variable has 8 levels -- does fitTimeSeries support this many, or only 2 (the vignette only mentions differential abundance between 2 groups)?
Thank in advance for any help.