diff --git a/.gitignore b/.gitignore index 54a922f..e31bc3a 100644 --- a/.gitignore +++ b/.gitignore @@ -12,4 +12,7 @@ src/*.so src/*.o .* !/.gitignore -!/.github \ No newline at end of file +!/.githubsrc/*.o +src/*.so +src/*.dll +src/*.dylib diff --git a/NEWS.md b/NEWS.md index 91f6d95..4aad6a9 100644 --- a/NEWS.md +++ b/NEWS.md @@ -10,6 +10,7 @@ * Expanded test coverage with `test-gam_utils.R`. * Repository migrated: development moved from personal branches to [CSOgroup/SelectSim](https://github.com/CSOgroup/SelectSim); `dev` branch merged into `main` for initial public release. * Bumped version to 0.1.6 across all source files +* Updated citation (`inst/CITATION`, `README`) to the published Nature Genetics article: Iyer A, Petrovic M, Sesia D, Nanni L, Mina M, Ciriello G (2026). Evolving patterns of co-mutations from tumor initiation to metastatic progression. *Nature Genetics*. doi:10.1038/s41588-026-02661-4 # SelectSim 0.0.1.3 diff --git a/README.Rmd b/README.Rmd index fedeaed..aae973a 100644 --- a/README.Rmd +++ b/README.Rmd @@ -28,7 +28,7 @@ The method accounts for heterogeneous tumor types, tissue specificities, and dis This package accompanies the manuscript: -> Iyer A, Mina M, Petrovic M, Ciriello G (2026). Evolving patterns of co-mutations from tumor initiation to metastatic progression. *TBD*. doi: *TBD* +> Iyer A, Petrovic M, Sesia D, Nanni L, Mina M, Ciriello G (2026). Evolving patterns of co-mutations from tumor initiation to metastatic progression. *Nature Genetics*. doi: [10.1038/s41588-026-02661-4](https://doi.org/10.1038/s41588-026-02661-4) ## Installation @@ -78,7 +78,7 @@ Full documentation and vignettes are available at Iyer A, Mina M, Petrovic M, Ciriello G (2026). Evolving patterns of co-mutations from tumor initiation to metastatic progression. *TBD*. doi: *TBD* +> Iyer A, Petrovic M, Sesia D, Nanni L, Mina M, Ciriello G (2026). Evolving patterns of co-mutations from tumor initiation to metastatic progression. *Nature Genetics*. doi: [10.1038/s41588-026-02661-4](https://doi.org/10.1038/s41588-026-02661-4) You can also run `citation("SelectSim")` inside R for a formatted reference. diff --git a/README.md b/README.md index 19947c2..4fb5829 100644 --- a/README.md +++ b/README.md @@ -28,9 +28,10 @@ frequency-stratified FDR control generated via simulation. This package accompanies the manuscript: -> Iyer A, Mina M, Petrovic M, Ciriello G (2026). Evolving patterns of -> co-mutations from tumor initiation to metastatic progression. *TBD*. -> doi: *TBD* +> Iyer A, Petrovic M, Sesia D, Nanni L, Mina M, Ciriello G (2026). +> Evolving patterns of co-mutations from tumor initiation to metastatic +> progression. *Nature Genetics*. doi: +> [10.1038/s41588-026-02661-4](https://doi.org/10.1038/s41588-026-02661-4) ## Installation @@ -83,9 +84,10 @@ Full documentation and vignettes are available at If you use SelectSim in your research, please cite: -> Iyer A, Mina M, Petrovic M, Ciriello G (2026). Evolving patterns of -> co-mutations from tumor initiation to metastatic progression. *TBD*. -> doi: *TBD* +> Iyer A, Petrovic M, Sesia D, Nanni L, Mina M, Ciriello G (2026). +> Evolving patterns of co-mutations from tumor initiation to metastatic +> progression. *Nature Genetics*. doi: +> [10.1038/s41588-026-02661-4](https://doi.org/10.1038/s41588-026-02661-4) You can also run `citation("SelectSim")` inside R for a formatted reference. diff --git a/inst/CITATION b/inst/CITATION index 0867872..a7b4eeb 100644 --- a/inst/CITATION +++ b/inst/CITATION @@ -5,16 +5,19 @@ bibentry( title = "Evolving patterns of co-mutations from tumor initiation to metastatic progression", author = c( person("Arvind", "Iyer"), - person("Marco", "Mina"), person("Miljan", "Petrovic"), + person("Debora", "Sesia"), + person("Luca", "Nanni"), + person("Marco", "Mina"), person("Giovanni","Ciriello") ), - journal = "TBD", + journal = "Nature Genetics", year = "2026", - doi = "", # fill in DOI once assigned - url = "https://github.com/CSOgroup/SelectSim", + doi = "10.1038/s41588-026-02661-4", + url = "https://doi.org/10.1038/s41588-026-02661-4", textVersion = paste( - "Iyer A, Mina M, Petrovic M, Ciriello G (2026).", - "Evolving patterns of co-mutations from tumor initiation to metastatic progression." + "Iyer A, Petrovic M, Sesia D, Nanni L, Mina M, Ciriello G (2026).", + "Evolving patterns of co-mutations from tumor initiation to metastatic progression.", + "Nature Genetics. doi:10.1038/s41588-026-02661-4" ) ) diff --git a/src/RcppExports.o b/src/RcppExports.o deleted file mode 100644 index 92e6869..0000000 Binary files a/src/RcppExports.o and /dev/null differ diff --git a/src/code.o b/src/code.o deleted file mode 100644 index 4652d9a..0000000 Binary files a/src/code.o and /dev/null differ