You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am working with a GeoMx dataset with contours, similar to what is shown here and would like to analyze these as a continuous gradient. However, the current mixedModelDE function only allows for group comparisons and fails if no groupVar is supplied. It would thus be great if it would also work with continuous predictors.
The text was updated successfully, but these errors were encountered:
Thanks @NicoleEO! I have in the meantime implemented this in my fork of GeomxTools by adding a continuous option to mixedModelDE, which will allow groupVar to be continuous when TRUE. If you want I can start a pull request, or perhaps it can serve as inspiration.
I am working with a GeoMx dataset with contours, similar to what is shown here and would like to analyze these as a continuous gradient. However, the current
mixedModelDE
function only allows for group comparisons and fails if nogroupVar
is supplied. It would thus be great if it would also work with continuous predictors.The text was updated successfully, but these errors were encountered: