-1

I am new to Cytoscape and GSEA, but am trying to build an enrichment map with my RNA-seq data. I have uploaded the .gmt file and two .xls files, one for positive enrichment and one for negative. I also have a .rnk file but that doesn't seem to be causing the issue.

When I select "Build" it gives me the error "Parsing Generic Result file: Index 1 is out of bounds for length 1." Is this referring to one of the my .xls files and how can I adjust the length/formatting to clear this error? The .xls files are just the .tvs files that I got as an output from GSEA and then saved as an .xls.

Thank you for any help.

KBO
  • 1

1 Answers1

0

There is no need to convert the tsv files that GSEA is generating to xls files. (In previous versions of GSEA even though it had an xls ending I believe they were just txt files).

Have you tried running Enrichment map with the original tsv files?

  • Your answer could be improved with additional supporting information. Please [edit] to add further details, such as citations or documentation, so that others can confirm that your answer is correct. You can find more information on how to write good answers [in the help center](/help/how-to-answer). – Community Dec 10 '21 at 07:53
  • Thank you, it is working now that I have just started using the tsv files. The protocol I was following made it sound like xls files were necessary but that conversion was definitely causing the issue! – KBO Dec 10 '21 at 19:49