Skip to content

Instantly share code, notes, and snippets.

@mwalzer
Created September 20, 2018 14:06
Show Gist options
  • Save mwalzer/a745e7845bfde73f12a6fee09e5f23f5 to your computer and use it in GitHub Desktop.
Save mwalzer/a745e7845bfde73f12a6fee09e5f23f5 to your computer and use it in GitHub Desktop.
just a draft exploring different representations
#1
"content": {
"_cvRef": "PSI-QC-CV",
"_accession": "QC:301_filespanning",
"_value": "{'filenames':[rawfile001,rawfile002,rawfile003,rawfile004,rawfile005],'MS:1000043':[123,456,789,666,901]}"
},
#2
"content": {
"_cvRef": "PSI-QC-CV",
"_accession": "QC:302_filespanning",
"_value": {
"rawfile001": 123,
"rawfile002": 456,
"rawfile003": 789,
"rawfile004": 666,
"rawfile005": 901
}
},
#3
"content": {
"_cvRef": "PSI-QC-CV",
"_accession": "QC:302_filespanning",
"_unit": {
"_cvRef": "UO",
"_accession": "UO:0000192",
"_name": "fraction"
},
"_value": {
"rawfile001": 123,
"rawfile002": 456,
"rawfile003": 789,
"rawfile004": 666,
"rawfile005": 901
}
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment