Skip to content

Get ChEMBL webservice schema #449

@stitam

Description

@stitam

When I make a webservice query to ChEMBL some fields in the response are often NULL. Because the offline version of ChEMBL contains NA in these fields, and it is generally easier to work with NA-s in R, it makes sense to convert NULL-s to NA-s. But do we convert to NA_character_ or e.g. NA_integer_? It depends on the field, but the webservice query will not have this information. The solution for this is to somehow know which field has what class and assign the appropriate NA type.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions