Skip to content

Commit 3b265e8

Browse files
committed
Update ExIR citation information.
1 parent 811d6e2 commit 3b265e8

4 files changed

Lines changed: 18 additions & 12 deletions

File tree

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Package: influential
22
Type: Package
33
Title: Identification and Classification of the Most Influential Nodes
44
Language: en-US
5-
Version: 2.3.1
5+
Version: 2.3.1.9000
66
Authors@R:
77
c(
88
person("Adrian", "Salavaty",

NEWS.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ influential
33

44
<!-- NEWS.md is generated from NEWS.Rmd. Please edit that file -->
55

6+
# influential 2.3.1.9000 (Developmental version)
7+
8+
- The citation information of ExIR is updated.
9+
610
# influential 2.3.1
711

812
## Major updates

README.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ IVI](https://img.shields.io/badge/Integrated%20Value%20of%20Influence-IVI-006400
1717
[![SIR-based Influence Ranking:
1818
SIRIR](https://img.shields.io/badge/SIR--based%20Influence%20Ranking-SIRIR-006400.svg?labelColor=f5f5f5)](https://doi.org/10.1016/j.patter.2020.100052)
1919
[![Experimental data-based Integrative Ranking:
20-
ExIR](https://img.shields.io/badge/Experimental%20data--based%20Integrative%20Ranking-ExIR-006400.svg?labelColor=f5f5f5)](https://www.biorxiv.org/content/10.1101/2022.10.03.510585v1.abstract)
20+
ExIR](https://img.shields.io/badge/Experimental%20data--based%20Integrative%20Ranking-ExIR-006400.svg?labelColor=f5f5f5)](https://doi.org/10.1016/j.isci.2026.116303)
2121
<!-- badges: end -->
2222

2323
## Overview
@@ -123,6 +123,14 @@ influential::runShinyApp("ExIR")
123123
If you use `influential`, please cite the relevant associated
124124
publication(s).
125125

126+
For the **Experimental data-based Integrative Ranking (ExIR)** model,
127+
please cite:
128+
129+
- Salavaty A, Douek AM, Kaslin J, Ramialison M, Currie PD. ExIR enables
130+
prioritizing driver and biomarker genes from omics data in a reference
131+
free manner. *iScience*. 2026.06.19. [Read
132+
online](https://doi.org/10.1016/j.isci.2026.116303).
133+
126134
For the **Integrated Value of Influence (IVI)** and network influence
127135
analysis, please cite:
128136

@@ -131,13 +139,6 @@ analysis, please cite:
131139
Nodes within Networks. *Patterns*. 2020.08.14. [Read
132140
online](https://doi.org/10.1016/j.patter.2020.100052).
133141

134-
For the **Experimental data-based Integrative Ranking (ExIR)** model,
135-
please cite:
136-
137-
- Salavaty A, Douek AM, Kaslin J, Ramialison M, Currie PD. ExIR enables
138-
prioritizing driver and biomarker genes from omics data in a reference
139-
free manner. *iScience*. In press.
140-
141142
You can also access the package citation information from within R:
142143

143144
``` r

inst/CITATION

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,12 @@ bibentry(
3030
person(c("Peter", "D."), "Currie")
3131
),
3232
journal = "iScience",
33-
year = "in press",
34-
note = "In press",
33+
year = "2026",
34+
doi = "10.1016/j.isci.2026.116303",
35+
url = "https://doi.org/10.1016/j.isci.2026.116303",
3536
textVersion = paste(
3637
"Salavaty A, Douek AM, Kaslin J, Ramialison M, Currie PD.",
3738
"ExIR enables prioritizing driver and biomarker genes from omics data in a reference free manner.",
38-
"iScience. In press."
39+
"iScience. 2026; doi:10.1016/j.isci.2026.116303."
3940
)
4041
)

0 commit comments

Comments
 (0)