-
Notifications
You must be signed in to change notification settings - Fork 0
readjsonsheet
Kai Schmid edited this page Mar 25, 2019
·
8 revisions
This function reads in a JSON file in this format:
table <- readjsonsheet(json = json )This function generates a data.table which contains a column for each modality with the following attributes.
| key | value |
|---|---|
| modus | number of modalities which where found in this gene |
| means | the mean for each modality |
| sds | the standard deviation for each modality |
| sizes | the size for each modality |
| groups | the belonging patients for each modality |
The table can be saved into a variable and looks like this:
It can then be given to calcscorematrix()