We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f9e0fd commit bd25ea6Copy full SHA for bd25ea6
EnrichmentMapPlugin/src/main/java/org/baderlab/csplugins/enrichmentmap/view/heatmap/HeatMapMainPanel.java
@@ -466,7 +466,7 @@ private void updateSetting_Operator(Operator oper) {
466
467
public void updateSetting_RankOption(RankingOption rankOption) {
468
selectedRankOption = rankOption;
469
- List<String> genes = getGenes(getOperator());
+ List<String> genes = unionGenes; // always use all the genes, fixes #310
470
471
HeatMapTableModel tableModel = (HeatMapTableModel) table.getModel();
472
EnrichmentMap map = tableModel.getEnrichmentMap();
0 commit comments