Open risserlin opened 4 years ago
I used fgsea to perform my GSEA analysis. I want to use EnrichmentMap to visualize my results but I am seeing this error:
Could you please help? I'm uncertain what the exact parameters are for the UP and DOWN files to ensure they are EnrichmentMap compliant. Thank you
Can you send me a sample of the output files for fgsea (just the top two or three lines of the file will be sufficient).
I sent the files to your email. Thank you
On Wed, Jun 30, 2021 at 11:46 AM Ruth Isserlin @.***> wrote:
Can you send me a sample of the output files for fgsea (just the top two or three lines of the file will be sufficient).
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/BaderLab/EnrichmentMapApp/issues/412#issuecomment-871517290, or unsubscribe https://github.com/notifications/unsubscribe-auth/AUVLI5P4ILHD3CFFZUAZPCTTVM36DANCNFSM4M6AHR5Q .
Initial method - the format of the files that are coming out of fGSEA are not the same as the regular GSEA files. I would recommend converting them to generic enrichment files as opposed to changing them to the GSEA files. (There is a lot of extra info in GSEA format that can be annoying to add although it would be nice to have the NES values in your analysis) A detailed description of the file formats can be found here. https://enrichmentmap.readthedocs.io/en/latest/FileFormats.html#enrichment-results-files
I'm using fgsea results as well. I separated the up- and down-regulated pathway list based on NES value and used gmt file downloaded from MSigDB. I got this error below-
I'm using Cytoscape Version: 3.10 and enrichmentmap v3.3.6
My fgsea file column are like this: <html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:x="urn:schemas-microsoft-com:office:excel" xmlns="http://www.w3.org/TR/REC-html40">
| pathway | pval | padj | log2err | ES | NES | size | leadingEdge -- | -- | -- | -- | -- | -- | -- | -- | -- 1 | KEGG_MEDICUS_REFERENCE_TRANSLATION_INITIATION | 0.0001036 | 0.00043012 | 0.5384341 | 0.45868976 | 1.92531548 | 63 | RPL18A,RPL18,RPL4,RPL21,RPS10,RPS8,RPS7,RPL9,RPL24,RPS23,RPL7A,RPL35A,RPL13,RPL19,RPS17,RPS11,RPS4Y1,RPS12,RPL34,RPL28,RPL35,RPL31,RPS14,RPL36,RPL10A,RPL8,RPS3,RPS20,RPL23,RPL23A,RPL32,RPL11,RPL12,RPS28,RPS24,RPS9,RPS27,RPS25,RPL6,RPS19,RPS6,RPL37A,RPL15,RPL30
add notebook to cytoscape workflow github modify output files to be gsea or generic compliant https://bioconductor.org/packages/release/bioc/html/fgsea.html