You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
id CAS
1 alanine 115967-49-2
2 lactic acid 10326-41-7
3 perfluorooctane acid <NA>
4 pfoa <NA>
5 perfluorooctanoic acid <NA>
The last entry in id is verbatim from PubChem. Also, if I turn tables and search by CID, I get a related CAS and not the main CAS for the CID: PubChem Page
db_name<-'ctsgetr.sqlite' # local cache
id<-tolower(c("9554"))
from<-"PubChem CID"
to<-"CAS"
CTSgetR(id,from,to,db_name=db_name)
Output:
id CAS
1 9554 2395-00-8
Are there some other databases I should be loading in addition to what is recommended as a local cache (db_name<-'ctsgetr.sqlite' # local cache)
The text was updated successfully, but these errors were encountered:
Hi @ucb, Thanks for the nice example of what you tried. I've tested and am not able to replicate the issue. The db_name object is a local cache for storing results retrived from the primary source (https://cts.fiehnlab.ucdavis.edu/) to speed up redundant queries. Switching it just refreshes the cache in case the primary source changed some of its ID mappings.
Hi,
I am new to the library and am not sure if I could be coing somthing more, but I have experimented with PFOA translation. I get no results:
Output:
The last entry in id is verbatim from PubChem. Also, if I turn tables and search by CID, I get a related CAS and not the main CAS for the CID:
PubChem Page
Output:
Are there some other databases I should be loading in addition to what is recommended as a local cache (
db_name<-'ctsgetr.sqlite' # local cache
)The text was updated successfully, but these errors were encountered: