ncats / bard

Sources for the BioAssay Research Database
Other
10 stars 2 forks source link

Values coming back from the REST API are wrong #15

Closed jerilevine closed 11 years ago

jerilevine commented 11 years ago

Have a look at

http://bard.nih.gov/api/v7/experiments/2747/exptdata?expand=true

This is for AID 2338

http://pubchem.ncbi.nlm.nih.gov/assay/assay.cgi?q=r&version=1.7&reqid=89836629902647181

Look at CID 24789557... in PubChem the values at 16 uM are -4.19, 3.53413, 9.00154, etc. but in the REST API they are always -4.19. I think only the first value is being used.

caodac commented 11 years ago

Should be fixed now in v9.

jerilevine commented 11 years ago

Looks good now in v9, thanks.