Skip to content

Commit becb1f7

Browse files
committed
Support mean.var.plot for HVGs
1 parent 020ff29 commit becb1f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ public Provider()
2222
{
2323
super("NormalizeAndScale", "Normalize/Scale", "CellMembrane/Seurat", "This will run standard Seurat processing steps to normalize and scale the data.", Arrays.asList(
2424
SeuratToolParameter.create("variableFeatureSelectionMethod", "Variable Feature Selection Method", "The value, passed directly to Seurat's FindVariableFeatures, variableFeatureSelectionMethod", "ldk-simplecombo", new JSONObject(){{
25-
put("storeValues", "vst");
25+
put("storeValues", "vst;mean.var.plot");
2626
put("initialValues", "vst");
2727
put("allowBlank", false);
2828
}}, "vst"),

0 commit comments

Comments
 (0)