You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: EnrichmentMapPlugin/src/main/java/org/baderlab/csplugins/enrichmentmap/commands/tunables/TableTunables.java
+12-7Lines changed: 12 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -20,9 +20,12 @@ public class TableTunables {
20
20
@Tunable(required=true, description="Name of column that contains the list of genes.")
21
21
publicStringgenesColumn;
22
22
23
-
@Tunable(required=true, description="Name of column that contains p values.")
23
+
@Tunable(description="Name of column that contains p values. At least one of 'pvalueColumn' or 'qvalueColumn' must be provided.")
24
24
publicStringpvalueColumn;
25
25
26
+
@Tunable(description="Name of column that contains q values. At least one of 'pvalueColumn' or 'qvalueColumn' must be provided.")
27
+
publicStringqvalueColumn;
28
+
26
29
@Tunable(description="Name of column that contains the gene set description (optional).")
0 commit comments