Skip to content

Commit 1fe8882

Browse files
committed
v.1.3.16 -- updated citation now that there's a pre-print for this software
The pre-print is available from bioRxiv at https://www.biorxiv.org/content/10.1101/2021.04.29.440149v1
1 parent 0e91c49 commit 1fe8882

File tree

7 files changed

+36
-37
lines changed

7 files changed

+36
-37
lines changed

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Package: spatialLIBD
22
Title: spatialLIBD: an R/Bioconductor package to visualize spatially-resolved
33
transcriptomics data
4-
Version: 1.3.15
5-
Date: 2021-04-29
4+
Version: 1.3.16
5+
Date: 2021-04-30
66
Authors@R:
77
c(
88
person("Leonardo", "Collado-Torres", role = c("aut", "cre"),

NEWS.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# spatialLIBD 1.3.16
2+
3+
SIGNIFICANT USER-VISIBLE CHANGES
4+
5+
* The citation information has changed now that `spatialLIBD` has a bioRxiv
6+
pre-print at https://www.biorxiv.org/content/10.1101/2021.04.29.440149v1.
7+
18
# spatialLIBD 1.3.15
29

310
SIGNIFICANT USER-VISIBLE CHANGES

README.md

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -244,22 +244,21 @@ Please run this yourself to check for any updates on how to cite
244244
print(citation("spatialLIBD"), bibtex = TRUE)
245245
#>
246246
#> Pardo B, Spangler A, Weber LM, Hicks SC, Jaffe AE, Martinowich K,
247-
#> Maynard KR, Collado-Torres L (2021). _spatialLIBD: an R/Bioconductor
248-
#> package to visualize spatially-resolved transcriptomics data_. doi:
249-
#> 10.18129/B9.bioc.spatialLIBD (URL:
250-
#> https://doi.org/10.18129/B9.bioc.spatialLIBD),
251-
#> https://github.com/LieberInstitute/spatialLIBD - R package version
252-
#> 1.3.15, <URL: http://www.bioconductor.org/packages/spatialLIBD>.
247+
#> Maynard KR, Collado-Torres L (2021). "spatialLIBD: an R/Bioconductor
248+
#> package to visualize spatially-resolved transcriptomics data."
249+
#> _bioRxiv_. doi: 10.1101/2021.04.29.440149 (URL:
250+
#> https://doi.org/10.1101/2021.04.29.440149), <URL:
251+
#> https://www.biorxiv.org/content/10.1101/2021.04.29.440149v1>.
253252
#>
254253
#> A BibTeX entry for LaTeX users is
255254
#>
256-
#> @Manual{,
255+
#> @Article{,
257256
#> title = {spatialLIBD: an R/Bioconductor package to visualize spatially-resolved transcriptomics data},
258257
#> author = {Brenda Pardo and Abby Spangler and Lukas M. Weber and Stephanie C. Hicks and Andrew E. Jaffe and Keri Martinowich and Kristen R. Maynard and Leonardo Collado-Torres},
259258
#> year = {2021},
260-
#> url = {http://www.bioconductor.org/packages/spatialLIBD},
261-
#> note = {https://github.com/LieberInstitute/spatialLIBD - R package version 1.3.15},
262-
#> doi = {10.18129/B9.bioc.spatialLIBD},
259+
#> journal = {bioRxiv},
260+
#> doi = {10.1101/2021.04.29.440149},
261+
#> url = {https://www.biorxiv.org/content/10.1101/2021.04.29.440149v1},
263262
#> }
264263
#>
265264
#> Maynard KR, Collado-Torres L, Weber LM, Uytingco C, Barry BK, Williams

inst/CITATION

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
1-
pkgVer <- function(pkg) {
2-
if (!exists("meta") || is.null(meta)) meta <- packageDescription(pkg)
3-
ver <- meta$Version
4-
paste0('https://github.com/LieberInstitute/', pkg, ' - R package version ', ver)
5-
}
6-
71
c(
82

9-
bibentry(bibtype="manual",
3+
bibentry(bibtype="article",
104
title = "spatialLIBD: an R/Bioconductor package to visualize spatially-resolved transcriptomics data",
115
author = personList(
126
as.person("Brenda Pardo"),
@@ -18,10 +12,10 @@ c(
1812
as.person("Kristen R. Maynard"),
1913
as.person("Leonardo Collado-Torres")
2014
),
21-
year = format(Sys.Date(), "%Y"),
22-
url = "http://www.bioconductor.org/packages/spatialLIBD",
23-
note = pkgVer('spatialLIBD'),
24-
doi = '10.18129/B9.bioc.spatialLIBD'
15+
year = 2021,
16+
journal = "bioRxiv",
17+
doi = "10.1101/2021.04.29.440149",
18+
url = "https://www.biorxiv.org/content/10.1101/2021.04.29.440149v1"
2519
),
2620
bibentry(bibtype="article",
2721
title = "Transcriptome-scale spatial gene expression in the human dorsolateral prefrontal cortex",

inst/app/www/README.md

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -244,22 +244,21 @@ Please run this yourself to check for any updates on how to cite
244244
print(citation("spatialLIBD"), bibtex = TRUE)
245245
#>
246246
#> Pardo B, Spangler A, Weber LM, Hicks SC, Jaffe AE, Martinowich K,
247-
#> Maynard KR, Collado-Torres L (2021). _spatialLIBD: an R/Bioconductor
248-
#> package to visualize spatially-resolved transcriptomics data_. doi:
249-
#> 10.18129/B9.bioc.spatialLIBD (URL:
250-
#> https://doi.org/10.18129/B9.bioc.spatialLIBD),
251-
#> https://github.com/LieberInstitute/spatialLIBD - R package version
252-
#> 1.3.15, <URL: http://www.bioconductor.org/packages/spatialLIBD>.
247+
#> Maynard KR, Collado-Torres L (2021). "spatialLIBD: an R/Bioconductor
248+
#> package to visualize spatially-resolved transcriptomics data."
249+
#> _bioRxiv_. doi: 10.1101/2021.04.29.440149 (URL:
250+
#> https://doi.org/10.1101/2021.04.29.440149), <URL:
251+
#> https://www.biorxiv.org/content/10.1101/2021.04.29.440149v1>.
253252
#>
254253
#> A BibTeX entry for LaTeX users is
255254
#>
256-
#> @Manual{,
255+
#> @Article{,
257256
#> title = {spatialLIBD: an R/Bioconductor package to visualize spatially-resolved transcriptomics data},
258257
#> author = {Brenda Pardo and Abby Spangler and Lukas M. Weber and Stephanie C. Hicks and Andrew E. Jaffe and Keri Martinowich and Kristen R. Maynard and Leonardo Collado-Torres},
259258
#> year = {2021},
260-
#> url = {http://www.bioconductor.org/packages/spatialLIBD},
261-
#> note = {https://github.com/LieberInstitute/spatialLIBD - R package version 1.3.15},
262-
#> doi = {10.18129/B9.bioc.spatialLIBD},
259+
#> journal = {bioRxiv},
260+
#> doi = {10.1101/2021.04.29.440149},
261+
#> url = {https://www.biorxiv.org/content/10.1101/2021.04.29.440149v1},
263262
#> }
264263
#>
265264
#> Maynard KR, Collado-Torres L, Weber LM, Uytingco C, Barry BK, Williams

man/spatialLIBD-package.Rd

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

vignettes/TenX_data_download.Rmd

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ author:
1515
- *libd
1616
- &ccb Center for Computational Biology, Johns Hopkins University
1717
email: lcolladotor@gmail.com
18-
output:
18+
output:
1919
BiocStyle::html_document:
2020
self_contained: yes
2121
toc: true
@@ -26,8 +26,8 @@ date: "`r doc_date()`"
2626
package: "`r pkg_ver('spatialLIBD')`"
2727
vignette: >
2828
%\VignetteIndexEntry{Using spatialLIBD with 10x Genomics public datasets}
29-
%\VignetteEngine{knitr::rmarkdown}
3029
%\VignetteEncoding{UTF-8}
30+
%\VignetteEngine{knitr::rmarkdown}
3131
---
3232

3333
```{r setup, include = FALSE}
@@ -213,7 +213,7 @@ If you have the GTF file from 10x Genomics, we show next how you can read the in
213213
```{r "use_10x_gtf", eval = FALSE}
214214
## You could:
215215
## * download the 11 GB file from
216-
##https://cf.10xgenomics.com/supp/cell-exp/refdata-gex-GRCh38-2020-A.tar.gz
216+
## https://cf.10xgenomics.com/supp/cell-exp/refdata-gex-GRCh38-2020-A.tar.gz
217217
## * decompress it
218218
219219
## Read in the gene information from the annotation GTF file provided by 10x

0 commit comments

Comments
 (0)