We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7af4ec commit c95a4a9Copy full SHA for c95a4a9
1 file changed
src/methods_expression_correction/resolvi_correction/script.py
@@ -22,6 +22,11 @@
22
}
23
## VIASH END
24
25
+# NOTE/TODO: for grid search:
26
+# - n_hidden: 32 (default), 64, 128
27
+# - encode_covariates: False(default)/True
28
+# - downsample_counts: True(default)/False
29
+
30
# Optional parameter check: For this specific correction method the par['input_sc'] is required
31
32
# Read input
0 commit comments