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: singlecell/src/org/labkey/singlecell/pipeline/singlecell/CustomGSEA.java
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,10 @@ public Provider()
36
36
}}, "RNA"),
37
37
SeuratToolParameter.create("outputAssayName", "Output Assay Name", "The assay to hold the resulting scores.", "textfield", newJSONObject(){{
38
38
put("allowBlank", false);
39
-
}}, "escape.ssGSEA")
39
+
}}, "escape.ssGSEA"),
40
+
SeuratToolParameter.create("performDimRedux", "Perform DimRedux", "If true, the standard seurat PCA/FindClusters/UMAP process will be run on the escape data. This may be most useful when using a customGeneSet or a smaller set of features/pathways", "checkbox", newJSONObject(){{
0 commit comments