Skip to content

Commit

Permalink
Return edges in phenotype prediction
Browse files Browse the repository at this point in the history
Signed-off-by: Liang Zhang <[email protected]>
  • Loading branch information
psychelzh committed Feb 29, 2024
1 parent 3123f41 commit 7f61d32
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion _scripts/predict_phenotypes.R
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ cpm_branches <- tarchetypes::tar_map(
confounds = match_confounds(users_confounds, fd),
bias_correct = FALSE,
thresh_method = thresh_method,
thresh_level = thresh_level
thresh_level = thresh_level,
return_edges = "sum"
),
retrieval = "worker",
storage = "worker"
Expand Down

0 comments on commit 7f61d32

Please sign in to comment.