Skip to content

Commit

Permalink
update citation
Browse files Browse the repository at this point in the history
  • Loading branch information
ShixiangWang committed Feb 26, 2024
1 parent f507294 commit 98a2b83
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion R/zzz.R
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
.onAttach <- function(libname, pkgname) {
version <- packageDescription(pkgname, fields = "Version")

msg <- paste0(pkgname, " version ", version, "\n- Project URL at https://github.com/ShixiangWang/gcap")
msg <- paste0(
pkgname, " version ", version,
"\n- Project URL at https://github.com/ShixiangWang/gcap",
"\n\nCitation:\n",
"\tWang, S., Wu, CY., He, MM. et al. Machine learning-based extrachromosomal DNA identification in \n\tlarge-scale cohorts reveals its clinical implications in cancer. Nat Commun 15, 1515 (2024). https://doi.org/10.1038/s41467-024-45479-6"
)
packageStartupMessage(msg)
}

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ docker pull ghcr.io/shixiangwang/gcap:latest

## Citations

Wang et al. Machine learning-based extrachromosomal DNA identification in large-scale cohorts reveals its clinical implications in cancer. _(Submitted)_
Wang, S., Wu, C. Y., He, M. M., Yong, J. X., Chen, Y. X., Qian, L. M., ... & Zhao, Q. (2024). Machine learning-based extrachromosomal DNA identification in large-scale cohorts reveals its clinical implications in cancer. Nature Communications, 15(1), 1-17. <https://doi.org/10.1038/s41467-024-45479-6>

## LICENSE

Expand Down

0 comments on commit 98a2b83

Please sign in to comment.