This is a test version of Biostars. For the public version, visit https://www.biostars.org.
PyDeseq2 - InvalidIndexError

Hey everyone, im currently trying to use PyDeseq2 on bulk RNA-seq data, but i keep getting this error Error msg when running the dds.deseq2().

This is my metadata: Metadata

And this my counts: counts

Shouldnt the indices of both tables be the same to correctly match samples with condition ?

Id appreciate any help. Thanks :)

python rna-seq pandas pydeseq2 deseq2

You most likely have duplicates somewhere in there in the column that is currently serving as index to (I am guessing) the counts DataFrmae. Take a look at comments on this post for some help: https://stackoverflow.com/q/77251779 .

0 answers

No answers yet.

Log in to answer this question.