Hey, thanks for developing pydeseq2!
I used to perform DGE analysis with edgeR and happy now to see there is a python package. I am comparing the result of pydeseq2 and edger on the same dataset and I see there is a large difference. Is it possible to add likelihood ratio test like in deseq2 with dds = DESeq(dds, test="LRT") in the future? Thanks a lot!
Hey, thanks for developing pydeseq2!
I used to perform DGE analysis with edgeR and happy now to see there is a python package. I am comparing the result of pydeseq2 and edger on the same dataset and I see there is a large difference. Is it possible to add likelihood ratio test like in deseq2 with
dds = DESeq(dds, test="LRT")in the future? Thanks a lot!