SIESTA-eu / wp15

work package 15, use case 2
0 stars 2 forks source link

Extend use case 2.1 to multiple value output #24

Closed robertoostenveld closed 2 months ago

robertoostenveld commented 2 months ago

This is following discussion with @schoffelen regarding resampling to achieve differential privacy in the results.

Right now it only computes the mean age. The data also contains many other variables, like sex, Height, Weight (*), and a number of questionaire outcomes. I suggest to include height and weight, which gives three variables between which I would anticipate some (but not too much) correlation.

The output results.txt should be reformatted to not include any headers.

(*) Note that Height and Weight are both present in the participant.tsv starting with a capita, whereas age and sex are without capitall

robertoostenveld commented 2 months ago

Use case 2.1 is probably at the moment also the easiest to convert into a container using apptainer.

robertoostenveld commented 2 months ago

and it should be modified to take the input BIDS directory as argument, not the input participants.tsv