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
<paramargument="--target_variables"type="text"label="Target variables"help="Which variables in 'clin.csv' to use for predictions, comma-separated if multiple.">
265
-
<expandmacro="sanitizer"/>
265
+
<expandmacro="sanitizer_printable"/>
266
266
</param>
267
267
<paramargument="--surv_event_var"type="text"label="Survival event"help="Which column in 'clin.csv' to use as event/status indicator for survival modeling.">
268
-
<expandmacro="sanitizer"/>
268
+
<expandmacro="sanitizer_printable"/>
269
269
</param>
270
270
<paramargument="--surv_time_var"type="text"label="Survival time"help="Which column in 'clin.csv' to use as time/duration indicator for survival modeling.">
271
-
<expandmacro="sanitizer"/>
271
+
<expandmacro="sanitizer_printable"/>
272
272
</param>
273
273
<expandmacro="advanced"/>
274
274
</when>
@@ -314,7 +314,7 @@
314
314
<optionvalue="pca"selected="true">PCA</option>
315
315
<optionvalue="umap">UMAP</option>
316
316
</param>
317
-
<expandmacro="plots"/>
317
+
<expandmacro="plots_common_param"/>
318
318
</when>
319
319
</conditional>
320
320
<conditionalname="plot_km_conditional">
@@ -326,9 +326,9 @@
326
326
</when>
327
327
<whenvalue="yes">
328
328
<paramname="event_value"type="text"label="Event value"optional="false"help="The value in the event column that indicates an event (e.g. death) has occurred.">
329
-
<expandmacro="sanitizer"/>
329
+
<expandmacro="sanitizer_printable"/>
330
330
</param>
331
-
<expandmacro="plots"/>
331
+
<expandmacro="plots_common_param"/>
332
332
</when>
333
333
</conditional>
334
334
<conditionalname="plot_cox_conditional">
@@ -340,18 +340,18 @@
340
340
</when>
341
341
<whenvalue="yes">
342
342
<paramname="omics_name"type="text"label="Omics layer to use for cox input"optional="false"help="If not specified, the first omics layer will be used.">
343
-
<expandmacro="sanitizer"/>
343
+
<expandmacro="sanitizer_printable"/>
344
344
</param>
345
345
<paramname="clinical_variables"type="text"label="Clinical covariates"optional="true"help="Comma-separated list of clinical covariates to include in the Cox model (e.g SEX, AGE, ...).">
346
-
<expandmacro="sanitizer">
346
+
<expandmacro="sanitizer_printable">
347
347
<removevalue=""/>
348
348
</expand>
349
349
</param>
350
350
<paramargument="--top_features"type="integer"min="1"value="20"label="Number of top important features to include in Cox model"/>
351
351
<paramname="event_value"type="text"label="Event value"optional="false"help="The value in the event column that indicates an event (e.g. death) has occurred.">
0 commit comments