Skip to content

Commit 52dfa8c

Browse files
authored
Merge pull request #382 from PNNL-CompBio/sarcpdo-exp-file-fixes
fix missing time and scale of published_auc in sarcpdo experiments file
2 parents e237db5 + e8861a0 commit 52dfa8c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build/sarcpdo/03_createSarcPDOExperimentFile.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,10 @@
4545
# add static info
4646
final_experiment.loc[:,['study']] = 'Landscape of Sarcoma'
4747
final_experiment.loc[:,['source']] = 'AlShihabietal2024'
48-
final_experiment.loc[:,['time']] = None
49-
final_experiment.loc[:,['time_unit']]= None
48+
final_experiment.loc[:,['time']] = 2
49+
final_experiment.loc[:,['time_unit']]= 'days'
5050
final_experiment.loc[:,['dose_response_metric']] = 'published_auc'
51-
final_experiment.loc[:,['dose_response_value']] = final_experiment['Viability_Score']
51+
final_experiment.loc[:,['dose_response_value']] = final_experiment['Viability_Score'] / 100
5252

5353
toReturn = final_experiment[['source', 'improve_sample_id', 'improve_drug_id', 'study', 'time', 'time_unit', 'dose_response_metric', 'dose_response_value']]
5454

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy