Join GitHub today
GitHub is home to over 36 million developers working together to host and review code, manage projects, and build software together.
Sign upAdd DTXSIDs into RMassBank identifiers #215
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
schymane commentedMay 7, 2019
The EPA have preliminary webservices now available to retrieve DTXSIDs by InChIKey, we should add this into RMassBank to retrieve these for new records (and note that this may change again in the future)
https://github.com/MassBank/RMassBank/blob/master/R/webAccess.R
https://actorws.epa.gov/actorws/chemIdentifier/v01/resolve?identifier=IKHGUXGNUITLKF-UHFFFAOYSA-N
https://actorws.epa.gov/actorws/chemIdentifier/v01/resolve.json?identifier=IKHGUXGNUITLKF-UHFFFAOYSA-N
https://actorws.epa.gov/actorws/chemIdentifier/v01/resolve.xml?identifier=IKHGUXGNUITLKF-UHFFFAOYSA-N
@adelenelai would you be interested in looking into this?
We are looking at doing this initially database side to get DTXSIDs into records already created:
MassBank/MassBank-data#66
and
MassBank/MassBank-web#80