Skip to content

Commit 971505d

Browse files
committed
Add better label
1 parent d4dc20e commit 971505d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public Provider()
2323
SeuratToolParameter.create("targetCells", "Target Cells Per Unit of Data", "Each unit of data will be downsampled to this level", "ldk-integerfield", new JSONObject(){{
2424
put("allowBlank", false);
2525
}}, null),
26-
SeuratToolParameter.create("subsetFields", "Additional Fields", "A comma-separated list of fields that will be used to subset data within each seurat object. For example, if 'barcodePrefix' is provided and 500 target cells is selected, each incoming seurat object will be subset to no more than 500 cells per barcodePrefix. If blank, each object will be treated as one unit of data.", "textfield", new JSONObject(){{
26+
SeuratToolParameter.create("subsetFields", "Additional Grouping Fields", "A comma-separated list of fields that will be used to subset data within each seurat object. For example, if 'barcodePrefix' is provided and 500 target cells is selected, each incoming seurat object will be subset to no more than 500 cells per barcodePrefix. If blank, each object will be treated as one unit of data.", "textfield", new JSONObject(){{
2727
put("allowBlank", false);
2828
}}, null),
2929
SeuratToolParameter.create("seed", "Random Seed", "This random seed, used for downsampling", "ldk-integerfield", new JSONObject(){{

0 commit comments

Comments
 (0)