forked from uc-cdis/data-simulator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
generator_configuration_1.json
50 lines (50 loc) · 1.4 KB
/
generator_configuration_1.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"project": 1,
"study": 1,
"core_metadata_collection": 2,
"subject": 4,
"demographic": 4,
"diagnosis": 4,
"exposure": 4,
"treatment": 10,
"follow_up": 4,
"sample": 10,
"read_group": 10,
"imaging_exam": 10,
"imaging_file": 10,
"imaging_study": 10,
"aliquot": 8,
"submitted_unaligned_reads": 8,
"summary_drug_use": 12,
"summary_mutation_panel": 15,
"summary_socio_demographic": 10,
"tb_result": 8,
"links": [
"aliquot->sample",
"core_metadata_collection->project",
"demographic->subject",
"diagnosis->subject",
"exposure->subject",
"follow_up->study",
"follow_up->subject",
"imaging_exam->imaging_study",
"imaging_file->core_metadata_collection",
"imaging_file->imaging_exam",
"imaging_study->follow_up",
"imaging_study->subject",
"read_group->aliquot",
"sample->diagnosis",
"sample->follow_up",
"sample->subject",
"study->project",
"subject->study",
"submitted_unaligned_reads->read_group",
"summary_drug_use->treatment",
"summary_mutation_panel->subject",
"summary_mutation_panel->submitted_unaligned_reads",
"summary_socio_demographic->follow_up",
"summary_socio_demographic->subject",
"tb_result->sample",
"treatment->diagnosis"
]
}