cytoscape / enrichment-table-app

Creates a new table for performing, storing and viewing functional enrichment analysis

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Row selection in results throws NPE

AlexanderPico opened this issue · comments

Selecting a row in the results of the Enrichment Table should select the genes in the network corresponding to the "intersecting genes" in that row.

Currently, an NPE is thrown:
Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException
at org.nrnb.gsoc.enrichment.ui.EnrichmentCytoPanel.valueChanged(EnrichmentCytoPanel.java:459)