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
<paramname="min_prop"type="float"label="Minimum proportion for cell type assignment"value="0.05" />
57
-
<paramname="reference"type="text"label="Reference column in AnnData.obs for dotplot"value="cell_type" />
58
-
<paramname="prediction"type="text"label="Prediction column in AnnData.obs for dotplot"value="predicted_labels" />
59
+
<paramname="p_thres"type="float"value="0.5"min="0"max="1"label="Probability threshold for the multi-label classification"help="Ignored if mode is best match." />
60
+
<paramname="min_prop"type="float"value="0"min="0"max="1"label="The minimum proportion of cells required to support naming of the subcluster by this cell type"help="Ignored if majority_voting is set to False"/>
59
61
</inputs>
60
62
<outputs>
61
63
<dataname="anndata_out"format="h5ad"label="${tool.name} on ${on_string}: AnnData with celltype annotations" />
0 commit comments