Skip to content

Commit 5696c41

Browse files
committed
Update citation and add online publication.
1 parent 3a14bb8 commit 5696c41

File tree

4 files changed

+29
-13
lines changed

4 files changed

+29
-13
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ biocViews: Software, GeneExpression, Transcriptomics,
2121
License: MIT + file LICENSE
2222
Encoding: UTF-8
2323
Roxygen: list(markdown = TRUE)
24-
RoxygenNote: 7.2.3
24+
RoxygenNote: 7.3.2
2525
Depends:
2626
R (>= 4.3.0)
2727
Suggests:

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,10 @@ BiocManager::install("mastR")
2828
## Overall workflow
2929

3030
<img src="man/figures/mastR_workflow.png">
31+
32+
## References
33+
34+
Chen J, Mohamed A, Bhuva DD, Davis MJ, Tan CW (2025). “an R package for
35+
automated identification of tissue-specific gene signatures in multi-group
36+
differential expression analysis.” *Bioinformatics*, btaf114. doi:
37+
[10.1093/bioinformatics/btaf114](https://doi.org/10.1093/bioinformatics/btaf114).

inst/CITATION

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,18 @@ pkgVer <- function(pkg) {
66

77
c(
88

9+
bibentry(bibtype="article",
10+
title = "mastR: an R package for automated identification of tissue-specific gene signatures in multi-group differential expression analysis",
11+
author = c(person("Jinjin", "Chen"),
12+
person("Ahmed", "Mohamed"),
13+
person("Dharmesh D.", "Bhuva"),
14+
person("Melissa J.", "Davis"),
15+
person("Chin Wee", "Tan")),
16+
year = 2025,
17+
journal = "Bioinformatics",
18+
doi = "10.1093/bioinformatics/btaf114",
19+
url = "https://doi.org/10.1093/bioinformatics/btaf114"
20+
),
921
bibentry(bibtype="manual",
1022
title = "mastR: Markers Automated Screening Tool in R",
1123
author = c(
@@ -16,17 +28,5 @@ c(
1628
url = "http://www.bioconductor.org/packages/mastR",
1729
note = pkgVer('mastR'),
1830
doi = '10.18129/B9.bioc.mastR'
19-
),
20-
bibentry(bibtype="article",
21-
title = "mastR: Marker Automated Screening Tool for multi-omics data",
22-
author = c(person("Jinjin", "Chen"),
23-
person("Ahmed", "Mohamed"),
24-
person("Dharmesh D.", "Bhuva"),
25-
person("Melissa J.", "Davis"),
26-
person("Chin Wee", "Tan")),
27-
year = 2024,
28-
journal = "bioRxiv",
29-
doi = "10.1101/2024.04.24.590691",
30-
url = "https://www.biorxiv.org/content/10.1101/2024.04.24.590691v1"
3131
)
3232
)

man/mastR_Package.Rd

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

0 commit comments

Comments
 (0)