Skip to content

Commit 9d6e3f4

Browse files
authored
Merge pull request #205 from ropensci/cran
JOSS Support
2 parents 57db72d + f60c753 commit 9d6e3f4

93 files changed

Lines changed: 499 additions & 590 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: dbparser
22
Title: Drugs Databases Parser
3-
Version: 2.2.1
3+
Version: 2.2.1.9000
44
Authors@R:
55
c(
66
person("Mohammed", "Ali", email = "moh_fcis@yahoo.com", role = c("aut", "cre")),

NEWS.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# dbparser (development version)
2+
13
# dbparser
24

35
# dbparser 2.2.1

README.Rmd

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ library(ggplot2)
2424
[![Rdoc Documentation](https://img.shields.io/badge/Doc-Rdoc-blue.svg)](https://www.rdocumentation.org/packages/dbparser)
2525
[![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/3311/badge)](https://bestpractices.coreinfrastructure.org/projects/3311)
2626
[![rOpenSci Peer-Reviewed](https://badges.ropensci.org/347_status.svg)](https://github.com/ropensci/software-review/issues/347)
27+
[![JOSS Paper](https://joss.theoj.org/papers/3212f2fb07013b8fb1cec499bb9e8381/status.svg)](https://joss.theoj.org/papers/3212f2fb07013b8fb1cec499bb9e8381)
28+
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.18608628.svg)](https://doi.org/10.5281/zenodo.18608628)
29+
30+
2731

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

45-
### dvobject Structure
49+
## dbparser in Advanced Research
50+
51+
dbparser serves as data infrastructure for cutting-edge research:
52+
53+
- **Explainable AI for Drug Repurposing**: Featured in IEEE ICEBE 2025 presentation
54+
on knowledge graph-based drug discovery (University of Technology Sydney collaboration)
55+
- **Systems Pharmacology**: Integrated into Multipath package for pathway modeling
56+
- **Pandemic Response**: Enabled rapid COVID-19 therapeutic candidate identification
57+
- **Cancer Research**: Supporting SURFACER workflow for pan-cancer biomarker detection
58+
59+
## dvobject Structure
4660
`dvobject` introduces a unified and compressed format of drugs data.
4761
It is an R list object.
4862

README.md

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

2225
## Overview
2326

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

48-
### dvobject Structure
51+
## dbparser in Advanced Research
52+
53+
dbparser serves as data infrastructure for cutting-edge research:
54+
55+
- **Explainable AI for Drug Repurposing**: Featured in IEEE ICEBE 2025
56+
presentation on knowledge graph-based drug discovery (University of
57+
Technology Sydney collaboration)
58+
- **Systems Pharmacology**: Integrated into Multipath package for
59+
pathway modeling
60+
- **Pandemic Response**: Enabled rapid COVID-19 therapeutic candidate
61+
identification
62+
- **Cancer Research**: Supporting SURFACER workflow for pan-cancer
63+
biomarker detection
64+
65+
## dvobject Structure
4966

5067
`dvobject` introduces a unified and compressed format of drugs data. It
5168
is an R list object.
@@ -196,15 +213,15 @@ citation("dbparser")
196213
#> To cite dbparser in publications use:
197214
#>
198215
#> Mohammed Ali, Ali Ezzat (). dbparser: DrugBank Database XML Parser.
199-
#> R package version 2.2.0.
216+
#> R package version 2.2.1.9000.
200217
#>
201218
#> A BibTeX entry for LaTeX users is
202219
#>
203220
#> @Manual{,
204221
#> title = {DrugBank Database XML Parser},
205222
#> author = {Mohammed Ali and Ali Ezzat},
206223
#> organization = {Interstellar for Consultinc inc.},
207-
#> note = {R package version 2.2.0},
224+
#> note = {R package version 2.2.1.9000},
208225
#> url = {https://CRAN.R-project.org/package=dbparser},
209226
#> }
210227
```

docs/404.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/CODE_OF_CONDUCT.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/CONTRIBUTING.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/LICENSE-text.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/articles/dbparser.html

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/articles/dbparser_2_2.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)