Skip to content

Commit

Permalink
CPTACC dataset label change
Browse files Browse the repository at this point in the history
  • Loading branch information
jingchunzhu committed Jan 17, 2020
1 parent 19b88bb commit 479c707
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CPTACCscripts/cptaccPhosphoToXena.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def buildjson(cohort, output):
J['dataSubtype'] = 'proteomics'
J['cohort'] = cohort
J['unit'] = 'log2(sample/pooled reference)'
J['label'] = 'relative phosphosite abundance'
J['label'] = 'phosphosite abundance (Tandem mass tag)'
J['version'] = datetime.date.today().isoformat()
json.dump(J, fout, indent = 4)
fout.close()
Expand Down
2 changes: 1 addition & 1 deletion CPTACCscripts/cptaccProteomeToXena.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def buildjson(cohort, output):
J['dataSubtype'] = 'proteomics'
J['cohort'] = cohort
J['unit'] = 'log2(sample/pooled reference)'
J['label'] = 'relative protein abundance'
J['label'] = 'protein abundance (Tandem mass tag)'
J['version'] = datetime.date.today().isoformat()
json.dump(J, fout, indent = 4)
fout.close()
Expand Down

0 comments on commit 479c707

Please sign in to comment.