When running this I have noticed that there are more than 4600 compounds with cname in the data base.
require(data.table)
chem = setDT(stx_chem())
chem_na = chem[is.na(cname)]
nrow(chem_na) # ----> result 4673!
Maybe we can build something like a custom lookup for those cas with missing cname.
When running this I have noticed that there are more than 4600 compounds with cname in the data base.
Maybe we can build something like a custom lookup for those cas with missing cname.