Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
915795d
Increment version number to 2.2.1.9000
agenius-mohammed-ali Jan 16, 2026
b919218
- Updated JOSS paper
agenius-mohammed-ali Jan 22, 2026
96ed3c3
update Readme and website
agenius-mohammed-ali Jan 22, 2026
44e7831
Merge pull request #193 from ropensci/joss-paper-update
MohammedFCIS Jan 22, 2026
b58ef66
- Added "state of the Field" section
agenius-mohammed-ali Jan 28, 2026
a1e2dbb
Merge pull request #194 from ropensci/joss-paper-update
MohammedFCIS Jan 28, 2026
58e130c
- lower case the "Sate of the field"
agenius-mohammed-ali Jan 28, 2026
c959345
Merge pull request #195 from ropensci/joss-paper-update
MohammedFCIS Jan 28, 2026
4960a04
Fix title quotes in paper.md
arfon Feb 11, 2026
b62a18e
Merge pull request #199 from arfon/patch-1
MohammedFCIS Feb 12, 2026
9fa75f9
- Deleted auto generated paper version from pkgdown
agenius-mohammed-ali Feb 12, 2026
c19df6a
Merge pull request #200 from ropensci/joss-paper-update
MohammedFCIS Feb 12, 2026
184639e
- Fixed invalid doi
agenius-mohammed-ali Feb 12, 2026
4986aeb
Merge branch 'joss-paper-update' of github.com:ropensci/dbparser into…
agenius-mohammed-ali Feb 12, 2026
045aa88
Merge pull request #201 from ropensci/cran
MohammedFCIS Feb 12, 2026
609441a
Merge branch 'joss-paper-update' of github.com:ropensci/dbparser into…
agenius-mohammed-ali Feb 12, 2026
7e06d5c
Merge pull request #202 from ropensci/joss-paper-update
MohammedFCIS Feb 12, 2026
7644268
- Added JOSS and zendo badges
agenius-mohammed-ali Feb 14, 2026
8b30aaf
Merge pull request #203 from ropensci/joss-paper-update
MohammedFCIS Feb 14, 2026
ca71865
- Updated Readme
agenius-mohammed-ali Feb 14, 2026
f60c753
Merge pull request #204 from ropensci/joss-paper-update
MohammedFCIS Feb 14, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: dbparser
Title: Drugs Databases Parser
Version: 2.2.1
Version: 2.2.1.9000
Authors@R:
c(
person("Mohammed", "Ali", email = "moh_fcis@yahoo.com", role = c("aut", "cre")),
Expand Down
2 changes: 2 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# dbparser (development version)

# dbparser

# dbparser 2.2.1
Expand Down
16 changes: 15 additions & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ library(ggplot2)
[![Rdoc Documentation](https://img.shields.io/badge/Doc-Rdoc-blue.svg)](https://www.rdocumentation.org/packages/dbparser)
[![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/3311/badge)](https://bestpractices.coreinfrastructure.org/projects/3311)
[![rOpenSci Peer-Reviewed](https://badges.ropensci.org/347_status.svg)](https://github.com/ropensci/software-review/issues/347)
[![JOSS Paper](https://joss.theoj.org/papers/3212f2fb07013b8fb1cec499bb9e8381/status.svg)](https://joss.theoj.org/papers/3212f2fb07013b8fb1cec499bb9e8381)
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.18608628.svg)](https://doi.org/10.5281/zenodo.18608628)



## Overview
Drugs databases vary too much in their formats and structures which making related
Expand All @@ -42,7 +46,17 @@ That should help in:
- ease of transferring data between researchers after performing required data
analysis or `dvobject` and storing results in the same object in a very easy manner.

### dvobject Structure
## dbparser in Advanced Research

dbparser serves as data infrastructure for cutting-edge research:

- **Explainable AI for Drug Repurposing**: Featured in IEEE ICEBE 2025 presentation
on knowledge graph-based drug discovery (University of Technology Sydney collaboration)
- **Systems Pharmacology**: Integrated into Multipath package for pathway modeling
- **Pandemic Response**: Enabled rapid COVID-19 therapeutic candidate identification
- **Cancer Research**: Supporting SURFACER workflow for pan-cancer biomarker detection

## dvobject Structure
`dvobject` introduces a unified and compressed format of drugs data.
It is an R list object.

Expand Down
23 changes: 20 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ Documentation](https://img.shields.io/badge/Doc-Rdoc-blue.svg)](https://www.rdoc
Practices](https://bestpractices.coreinfrastructure.org/projects/3311/badge)](https://bestpractices.coreinfrastructure.org/projects/3311)
[![rOpenSci
Peer-Reviewed](https://badges.ropensci.org/347_status.svg)](https://github.com/ropensci/software-review/issues/347)
[![JOSS
Paper](https://joss.theoj.org/papers/3212f2fb07013b8fb1cec499bb9e8381/status.svg)](https://joss.theoj.org/papers/3212f2fb07013b8fb1cec499bb9e8381)
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.18608628.svg)](https://doi.org/10.5281/zenodo.18608628)

## Overview

Expand Down Expand Up @@ -45,7 +48,21 @@ That should help in:
required data analysis or `dvobject` and storing results in the same
object in a very easy manner.

### dvobject Structure
## dbparser in Advanced Research

dbparser serves as data infrastructure for cutting-edge research:

- **Explainable AI for Drug Repurposing**: Featured in IEEE ICEBE 2025
presentation on knowledge graph-based drug discovery (University of
Technology Sydney collaboration)
- **Systems Pharmacology**: Integrated into Multipath package for
pathway modeling
- **Pandemic Response**: Enabled rapid COVID-19 therapeutic candidate
identification
- **Cancer Research**: Supporting SURFACER workflow for pan-cancer
biomarker detection

## dvobject Structure

`dvobject` introduces a unified and compressed format of drugs data. It
is an R list object.
Expand Down Expand Up @@ -196,15 +213,15 @@ citation("dbparser")
#> To cite dbparser in publications use:
#>
#> Mohammed Ali, Ali Ezzat (). dbparser: DrugBank Database XML Parser.
#> R package version 2.2.0.
#> R package version 2.2.1.9000.
#>
#> A BibTeX entry for LaTeX users is
#>
#> @Manual{,
#> title = {DrugBank Database XML Parser},
#> author = {Mohammed Ali and Ali Ezzat},
#> organization = {Interstellar for Consultinc inc.},
#> note = {R package version 2.2.0},
#> note = {R package version 2.2.1.9000},
#> url = {https://CRAN.R-project.org/package=dbparser},
#> }
```
2 changes: 1 addition & 1 deletion docs/404.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/CODE_OF_CONDUCT.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/CONTRIBUTING.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/LICENSE-text.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions docs/articles/dbparser.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/articles/dbparser_2_2.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions docs/articles/drugbank_nside.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/articles/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions docs/authors.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions docs/authors.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ Source:
[`inst/CITATION`](https://github.com/ropensci/dbparser/blob/HEAD/inst/CITATION)

Mohammed Ali, Ali Ezzat (). dbparser: DrugBank Database XML Parser. R
package version 2.2.1.
package version 2.2.1.9000.

@Manual{,
title = {DrugBank Database XML Parser},
author = {Mohammed Ali and Ali Ezzat},
organization = {Interstellar for Consultinc inc.},
note = {R package version 2.2.1},
note = {R package version 2.2.1.9000},
url = {https://CRAN.R-project.org/package=dbparser},
}
31 changes: 23 additions & 8 deletions docs/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading