Skip to content

Commit 6f31332

Browse files
authored
Merge pull request #378 from nf-osi/patch/cbp-mapping
Add mapping to cBioPortal.yaml
2 parents 91b3ef5 + 5fb9184 commit 6f31332

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

mappings/cBioPortal/cBioPortal.yaml

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
title: NF data dictionary to cBioPortal data dictionary for public clinical data
2-
description: This maps NF data elements at the variable level to cBioPortal data dictionary for the set of clinical elements that will be made public on the cBioPortal platform.
2+
description: This maps the limited number of NF clinical data elements to cBioPortal clinical data elements.
33
source_scope: https://github.com/nf-osi/nf-metadata-dictionary/blob/main/NF.jsonld
44
target_scope: https://github.com/cBioPortal/clinical-data-dictionary/blob/master/docs/resource_uri_to_clinical_attribute_mapping.txt
55
mapping:
@@ -9,45 +9,60 @@ mapping:
99
description: Patient ID
1010
attribute_type: [PATIENT,SAMPLE]
1111
data_type: STRING
12+
required: false
1213
- source: sex
1314
target:
1415
label: SEX
1516
description: Sex of the patient
1617
attribute_type: PATIENT
1718
data_type: STRING
19+
required: false
1820
- source: nf1Genotype
1921
target:
2022
label: NF1_GENOTYPE
2123
description: NF1 genotype of the patient
2224
attribute_type: PATIENT
2325
data_type: STRING
26+
required: false
2427
- source: nf2Genotype
2528
target:
2629
label: NF2_GENOTYPE
2730
description: NF2 genotype of the patient
2831
attribute_type: PATIENT
2932
data_type: STRING
33+
required: false
3034
- source: specimenID
3135
target:
3236
label: SAMPLE_ID
3337
description: Sample ID
3438
attribute_type: SAMPLE
3539
data_type: STRING
40+
required: true
3641
- source: age
3742
target:
3843
label: AGE
3944
description: Age of patient
4045
attribute_type: PATIENT
4146
data_type: NUMBER
47+
required: false
4248
- source: tumorType
4349
target:
4450
label: TUMOR
4551
description: Tumor type
4652
attribute_type: SAMPLE
4753
data_type: STRING
54+
required: false
4855
- source: tissue
4956
target:
5057
label: TISSUE_SITE
5158
description: Site of tissue collection
5259
attribute_type: SAMPLE
5360
data_type: STRING
61+
required: false
62+
- source: cellType
63+
target:
64+
label: CELL_TYPE
65+
description: Cell type
66+
attribute_type: SAMPLE
67+
data_type: STRING
68+
required: false

0 commit comments

Comments
 (0)