Closed lpatiny closed 4 years ago
We append the idCode and the idCodeNoStereo to each entry of experiments.json and predictions.json using openchemlib. We can then use idCodeNoStereo to verify if all entries of experiments.json have a match in the predictions.
idCode
idCodeNoStereo
experiments.json
predictions.json
openchemlib
The script is data/checkData.js.
data/checkData.js
On 2020.04.07 9:30 AM, we have 782 experimental spectra with a match in predictions.
We append the
idCode
and theidCodeNoStereo
to each entry ofexperiments.json
andpredictions.json
usingopenchemlib
. We can then useidCodeNoStereo
to verify if all entries ofexperiments.json
have a match in the predictions.The script is
data/checkData.js
.