Thank you Davon Ryan,
So to control for batch effect and perform a Wal test I should use the following approach
dds <- DESeqDataSetFromMatrix(countData = cts,
colData = coldata,
design = ~ batch + condition)
dds <- DESeq(dds, reduced=~batch)
Is it correct?
Thank you!
Best
Marianna