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
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!
The text was updated successfully, but these errors were encountered:
Hi @bengroves, unfortunately the LRT PR (#178) isn't currently being developed, but we'd be happy to help anyone who'd like to revive it or create a new one
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!The text was updated successfully, but these errors were encountered: