Skip to content

README / parseDrugBank usability #197

Description

@marwa-r-mustafa

When following the README example as a new user:

drugbank_db <- parseDrugBank("data/drugbank.xml")
onsides_db <- parseOnSIDES("data/onsides/")

final_db <- drugbank_db %>%
merge_drugbank_onsides(onsides_db)

the returned dvobject from parseDrugBank() does not include the external_identifiers table. As a result, merge_drugbank_onsides() fails.
It may be helpful to clarify in the README whether additional node_options are required to parse all necessary tables for merging, or whether the default parsing only includes general drug information.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions