I want to use PEER normalization to run DESeq on my data. RUVseq outputs factors of unwanted variance and they can be introduced into the design matrix. However, PEER, as far as I understood, outputs the normalized data already:
Yc = PEER_getResiduals(model)
Is there a possibility to get those factors to insert them into design matrix for analysis with DESeq?