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
Differential gene expression models use log with a base of 2 as the link function to model the mean in negative binomial models. For instance see the DESeq2 vignette theory section.
I propose adding Log2Link. (Additionally we could also add size factors as an option, though im not sure if the same thing can be handled with weights argument in the negbin instead)
Does that seem like a good idea?