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/CommonFilters.java
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -54,7 +54,10 @@ public Provider()
54
54
}}, false),
55
55
SeuratToolParameter.create("dropNullScGateConsensus", "Drop Cells Without scGateConsensus", "If checked, any cell that lacks a call from scGateConsensus will be dropped.", "checkbox", newJSONObject(){{
56
56
put("checked", true);
57
-
}}, false)
57
+
}}, false),
58
+
SeuratToolParameter.create("dropThreshold", "Drop Dataset Threshold", "If fewer than this number of cells remain, skip the entire dataset", "ldk-integerfield", newJSONObject(){{
0 commit comments