Skip to content

Commit

Permalink
Update FindMarkers defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
bbimber committed Feb 6, 2024
1 parent 32bcd97 commit f0a2037
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public Provider()
put("multiSelect", true);
put("allowBlank", false);
put("storeValues", "wilcox;bimod;roc;t;negbinom;poisson;LR;MAST;DESeq2");
put("initialValues", "wilcox;MAST");
put("initialValues", "wilcox");
put("delimiter", ";");
put("joinReturnValue", true);
}}, null, null, false, true),
Expand All @@ -48,7 +48,7 @@ public Provider()
}}, 0.1),
SeuratToolParameter.create("minDiffPct", "Min Diff Pct", "Only test genes that show a minimum difference in the fraction of detection between the two groups", "ldk-numberfield", new JSONObject(){{
put("minValue", 0);
}}, null, "minDiffPct", false),
}}, 0.1, "minDiffPct", false),
getSeuratThreadsParam()
), List.of("/sequenceanalysis/field/TrimmingTextArea.js"), null);
}
Expand Down

0 comments on commit f0a2037

Please sign in to comment.