BaderLab / EnrichmentMapApp

The EnrichmentMap Cytoscape App allows you to visualize the results of gene-set enrichment as a network.
http://apps.cytoscape.org/apps/enrichmentmap
GNU Lesser General Public License v2.1
31 stars 12 forks source link

Show in Genemania - launch from different entry points on the same selection show different menus. #437

Closed risserlin closed 3 years ago

risserlin commented 3 years ago

When you launch "Show in Genemania" from right context menu there is no option to select leading edge even though only one node is selected.

For exact same selection: From right click context menu:

genemania_query

From Heatmap Setting - show in genemania

Screen Shot 2020-12-22 at 12 11 07 PM
veroniquevoisin commented 3 years ago

To add to this ticket. I had observed this as well + the fact that when I did it from the right click, not all of the genes were in the genemania network, only the ones that were connected to each other were there but I had lost important genes from the nodes with no connection.

On Tue, Dec 22, 2020 at 12:14 PM Ruth Isserlin notifications@github.com wrote:

When you launch "Show in Genemania" from right context menu there is no option to select leading edge even though only one node is selected.

For exact same selection: From right click context menu: [image: genemania_query] https://user-images.githubusercontent.com/3842763/102915022-1e83ee80-444f-11eb-9a5d-b0e85cb3064c.png From Heatmap Setting - show in genemania [image: Screen Shot 2020-12-22 at 12 11 07 PM] https://user-images.githubusercontent.com/3842763/102914997-1330c300-444f-11eb-971c-c85440897e47.png

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/BaderLab/EnrichmentMapApp/issues/437, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABZYHS5W4FDOX3TJX5X5VQLSWDHWDANCNFSM4VF44K3A .

-- Veronique Voisin, PhD

Pathway and Network Analyses for OICR Cancer Stem Cell Research Terrence Donnelly Centre for Cellular and Biomedical Research, University of Toronto, 160 College Street, Toronto, M5S3E1. https://oicr.on.ca/oicr-programs-and-platforms/innovation-programs/cancer-stem-cells/resources https://oicr.on.ca/oicr-programs-and-platforms/innovation-programs/cancer-stem-cells/resources http://baderlab.org/CSCPathwayAnalysisService http://baderlab.org

risserlin commented 3 years ago

for show in string and show in pathway commons options as well

mikekucera commented 3 years ago

The reason its like this is because the leading edge was being calculated by the heat map based on the ranking that's selected in the heat map, and that information wasn't available in the context menu task. I can refactor to code so that the task can have access to the rankings, but I will have to add a UI element so the user can select which ranking to use.