ropensci/dbparser

dvobject detailed documentation

开放

#172 创建于 2025年1月17日

 (0 条评论) (1 个反应) (1 位负责人)R (19 个派生)auto 404
documentationgood first issue

仓库指标

星标
 (67 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

Is there any detailed documentation about what the different tables in the parsed dvobject infer?

For example, I was trying to find the pathways linked to the drugs. I could see two tables I could use for this: DrugBank_data$drugs$pathway$general_information and DrugBank_data$drugs$pathway$pathway_drugs where DrugBank_data contains the parsed dvobject. In either table, there are smpdb_id and drugbank_id columns which make me assume both should give the association between drugs and pathways. But when I checked for drug DB00114, I realized that the general_information table lists much fewer pathways than the pathway_drugs table. The general_information seems to be the one listed on the DrugBank drug page.

I think detailed documentation on what each of these tables means would be a good help.

贡献者指南