Replies: 1 comment 1 reply
-
can you print the first 5 row of your ranking ? the error message said the input ranking has 3 column |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello! I am following the tutorial here:
https://www.youtube.com/watch?v=wIvxFEMQVwg&t=1s
https://github.com/mousepixels/sanbomics_scripts/blob/main/PyDeseq2_DE_tutorial.ipynb
But am getting this error, even when I use the data used in their example.
ValueError: Length mismatch: Expected axis has 3 elements, new values have 2 elements
input:
pre_res=gp.prerank(rnk=ranking, gene_sets=["GO_Biological_Process_2021"])
Full error:
If I run:
I get:
I thought maybe the GO biological process wasn't downloaded, but I get the same error if I try inputting a manual set of genes.
Beta Was this translation helpful? Give feedback.
All reactions