v2.2.1 #192
MohammedFCIS
announced in
Announcements
v2.2.1
#192
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
dbparser 2.2.1
This is a major feature release focused on expanding
dbparser's capabilities into real-world pharmacovigilance and drug-drug interaction analysis. The integration engine has been formalized around a "Hub and Spoke" model, with DrugBank acting as the central hub.NEW FEATURES
New Parser:
parseOnSIDES()dvobjectcontaining the 7 core relational tables and an optionalhigh_confidencesummary table.New Parser:
parseTWOSIDES()dvobjectcontaining thedrug_drug_interactionstable.drug_1_rxnorn_id).New Integration Function:
merge_drugbank_onsides()dvobjectwith an OnSIDESdvobject.integrated_datalist, linking OnSIDES data to DrugBank IDs via RxNorm CUIs.%>%pipeline after other merge functions.New Integration Function:
merge_drugbank_twosides()dvobjectwith a TWOSIDESdvobject.Subset a DrugBank dvobject function:
subset_drugbank_dvobject()multi-level nested structure of the entire object, including the complex relationships within the
cettlist.Subset an OnSIDES dvobject function:
subset_onsides_dvobject()relational tables, ensuring the final subset is self-consistent.
Adding metadata to existing
dvobjectobjects using function:add_database_info()Major enhancements to function
show_dvobject_metadata()database metadata, and all data.frames contained within nested lists.
Run
vignette("dbparser_2_2", package = "dbparser")for more infoDOCUMENTATION
vignette("drugbank_nside", package = "dbparser")for more infoBUG FIXES & MINOR IMPROVEMENTS
This discussion was created from the release v2.2.1.
Beta Was this translation helpful? Give feedback.
All reactions