Skip to content

Commit 5218ff1

Browse files
committed
updated for published auc
1 parent f80fbbc commit 5218ff1

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

docs/pages/contribution.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,8 +144,11 @@ our [standard drug lookup
144144
that retrieves drug structure and information by name or
145145
identifier. [This file of NCI60
146146
drugs](https://github.com/PNNL-CompBio/coderdata/blob/main/build/broad_sanger/03a-nci60Drugs.py)
147-
is our most comprehensive script as it pulls over 50k drugs.
148-
2. Createa `build_drugs.sh` script that takes as its first argument
147+
is our most comprehensive script as it pulls over 50k drugs
148+
1a. In cases where the dose and response values are not available, you
149+
can use the published AUC values instead, and use the
150+
`published_auc` as the `drug_response_metric` value in the table.
151+
2. Create a `build_drugs.sh` script that takes as its first argument
149152
an existing drug file and calls the script created in step 1
150153
above. Once the drugs for a dataset are retrieved, we have a second utility
151154
script that [builds the drug descriptor table](https://github.com/PNNL-CompBio/coderdata/blob/cbf017326b83771c55f12317189f4b2dbd9d900a/schema/coderdata.yaml#L94). Add this to the

0 commit comments

Comments
 (0)