Entering edit mode
So, to run the Univariate linear model(Ulm), you need the normalized counts. Using your example, you used the normalized log-transformed counts. In deseq2, would that be equivalent to retrieving this information from this code:
counts(dds, normalized = TRUE)
I hope that makes sense.