Replies: 1 comment 3 replies
-
Could you send me the full trackback error message? I can't help without more context |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I am analyzing single cell RNA sequencing data using GSEApy and am getting an unusual error when trying to run:
res = gp.prerank(rnk=gene_rank, gene_sets='GO_Biological_Process_2021')
KeyError: "'de novo' posttranslational protein folding (GO:0051084)"
Even when I change it to a different gene set, I get a different weird error:
res = gp.prerank(rnk=gene_rank, gene_sets='KEGG_2016')
KeyError: 'Glycosaminoglycan biosynthesis - chondroitin sulfate / dermatan sulfate Homo sapiens hsa00532'
My gene_rank list was generated fine though, that part worked. Your help is much appreciated.
Beta Was this translation helpful? Give feedback.
All reactions