I am trying to perform gene co-expression analysis using CEMiTool. My input file is in TSV format where the first column contains gene IDs and all subsequent columns contain expression data like attaching screenshot.
However, when I run CEMiTool with my input data, I continuously receive a bug report. I’ve tried various modifications, but I still get the same error. How can I determine what’s wrong with my file and fix this bug? Also, I attached the bug-report below. What does this bug report mean, and what should I change?
For what I can see in your data, removing the “gene_id” header might be enough. But you might also need to replace the dot “.” characters in the first column’s values (replace with an underscore “_” or simply remove them.
In short, make everything R friendly, then follow the expected formatting assumptions by this specific tool too.