webchem
webchem copied to clipboard
Chemical Information from the Web
Hi. I'm having a permanent "Service not available. Returning NA." error result when using get_csid(). I was trying with a list of substances but found the issue remains even if...
I found an example where `pc_sect()` fails unexpectedly. ``` r webchem::pc_sect(132971, "cas") #> Error in if (is.character(txt) && length(txt) == 1 && nchar(txt, type = "bytes") < : missing value...
This PR adds new functionality for accessing the ChEMBL database (https://www.ebi.ac.uk/chembl/). The database developers created an API for retrieving the data (https://chembl.gitbook.io/chembl-interface-documentation/web-services), which I think evaluates to explicit consent to...
Might be good to add some more recent use cases to the README. E.g.: https://doi.org/10.1080/08958378.2022.2051646
ECHA
e.g. http://apps.echa.europa.eu/registered/data/dossiers/DISS-9daa7594-c409-0ed0-e044-00144f67d249/DISS-9daa7594-c409-0ed0-e044-00144f67d249_DISS-9daa7594-c409-0ed0-e044-00144f67d249.html
@jranke fixed the way `bcpc_query()` parses activities and sub-activities in #348, #349 (thank you!). I think the fix relies on their always being one sub-activity for every activity, so we...
We should add a DOI badge to the README that links to the webchem paper
For example, we want to translate 5564 into Triclosan With code like that cts_convert("5564", from = "pubchem cid", to="Chemical Name") I find it return NA and show a massage of...
`aw_query()` currently returns a list of lists of vectors, when it finds a match and a vector `NA` of length 1, if it doesn't. In my opinion this is quite...