Skip to content

Commit 426dafe

Browse files
committed
Update threshold
1 parent b7bc058 commit 426dafe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

singlecell/src/org/labkey/singlecell/pipeline/singlecell/FindMarkers.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public Provider()
4444
}}, 0.001),
4545
SeuratToolParameter.create("foldChangeThreshold", "Log2 Fold-Change Threshold", "Only genes with log2-foldchange above this will be reported", "ldk-numberfield", new JSONObject(){{
4646
put("minValue", 0);
47-
}}, 0.05)
47+
}}, 0.5)
4848
), Arrays.asList("/sequenceanalysis/field/TrimmingTextArea.js"), null);
4949
}
5050

0 commit comments

Comments
 (0)