-
Notifications
You must be signed in to change notification settings - Fork 0
/
result.json
135 lines (135 loc) · 5.65 KB
/
result.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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
{
"entType": "BioCompute Object",
"entId": "BCO_000494",
"entIri": "https://biocomputeobject.org/BCO_000494/0.1",
"entAliases": [
"BCO_000494",
"https://biocomputeobject.org/BCO_000494/0.1",
"BioCompute Object"
],
"modifier": "Aditya Lahiri",
"modified": "2024-07-23T18:43:44.101140Z",
"entContent": {
"provenance": {
"name": "CIVIC Biomarkers",
"version": "0.1",
"license": "https://spdx.org/licenses/CC-BY-4.0.html",
"created": "2024-05-09T16:31:41",
"modified": "2024-05-30T18:51:28.821Z",
"contributors": [
{
"name": "Vania Ballesteros Prieto",
"affiliation": "George Washington University",
"email": "[email protected]",
"contribution": [
"authoredBy",
"contributedBy",
"createdBy",
"curatedBy"
]
},
{
"name": "Daniall Masood",
"affiliation": "George Washinton University",
"email": "[email protected]",
"contribution": [
"createdWith",
"contributedBy"
]
},
{
"name": "Kate Warner",
"affiliation": "The George Washington University",
"contribution": [
"createdBy"
],
"email": "[email protected]"
}
]
},
"usability": [
"For this data set, we pulled biomarker data from CIVIC. From the raw TSV, the data was cleaned and extracted. Data that was pulled were the biomarkers, assessed biomarker entity, specimen, and condition for the biomarker. Condition ID, specimen ID, and assessed biomarker entity ID were mapped from relevant external resources to the table. The data was then reprocessed and cleaned to be mapped into the new biomarker data model that was set by the Biomarker Partnership. Temporary ID's were assigned based on the core fields (assessed_biomarker_entity_id, assessed_biomarker_entity, biomarker, and condition). The primary use case for this data set is to see information on human cancer biomarkers."
],
"description": {
"pipeline_steps": [
{
"step_number": 1,
"name": "civic.ipynb",
"description": "Extracted and mapped CIVIC data into the biomarker data model.",
"version": "0.1",
"input_list": [
{
"filename": "civic.tsv",
"access_time": "2024-05-09T04:00:00.000Z",
"uri": "https://github.com/biomarker-ontology/biomarker-partnership/blob/data_conversion/data/results/tables/civic.tsv.zip"
}
],
"output_list": [
{
"filename": "transformed_civic.tsv",
"access_time": "2024-05-09T04:00:00.000Z",
"uri": "https://github.com/biomarker-ontology/biomarker-partnership/blob/data_conversion/data/results/tables/transformed_civic.tsv.zip"
}
]
}
],
"keywords": [
"Cancer",
"CIVIC",
"Biomarker"
]
},
"execution": {
"script": [
{
"uri": {
"uri": "https://github.com/biomarker-ontology/biomarker-partnership/blob/data_conversion/src/civic.ipynb",
"filename": "civic.ipynb",
"access_time": "2024-05-09T17:35:09.000Z"
}
}
],
"script_driver": "Python Script",
"software_prerequisites": [
{
"name": "Python",
"version": "3.19",
"uri": {
"uri": "https://www.python.org/ftp/python/3.10.0/",
"access_time": "2024-05-09T04:00:00.000Z"
}
}
],
"external_data_endpoints": [
{
"name": "GitHub.com/Biomarker-Partnership",
"url": "https://github.com/clinical-biomarkers"
}
],
"environment_variables": {
"EDITOR": "JUPYTER NOTEBOOK"
}
},
"io": {
"input_subdomain": [
{
"uri": {
"filename": "civic.tsv",
"uri": "https://github.com/biomarker-ontology/biomarker-partnership/blob/data_conversion/data/results/tables/civic.tsv",
"access_time": "2024-05-09T17:34:42.000Z"
}
}
],
"output_subdomain": [
{
"mediatype": "text/tsv",
"uri": {
"filename": "transformed_civic.tsv",
"uri": "https://github.com/biomarker-ontology/biomarker-partnership/blob/data_conversion/data/results/tables/transformed_civic.tsv",
"access_time": "2024-05-09T04:00:00.000Z"
}
}
]
}
}
}