Skip to content

Commit 3743ebb

Browse files
committed
v0.99.2 -- update pkg READMEs to mimic the shiny app README
1 parent ac87d2a commit 3743ebb

File tree

4 files changed

+96
-3
lines changed

4 files changed

+96
-3
lines changed

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: spatialLIBD
22
Title: LIBD Visium spatial transcriptomics human pilot data inspector
3-
Version: 0.99.1
4-
Date: 2020-02-26
3+
Version: 0.99.2
4+
Date: 2020-02-27
55
Authors@R:
66
c(
77
person("Leonardo", "Collado-Torres", role = c("aut", "cre"),

NEWS.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# spatialLIBD 0.99.2
2+
3+
* Update main package READMEs to reflect the changes to the shiny web app README.md.
4+
15
# spatialLIBD 0.99.1
26

37
* Added Kristen R Maynard to the DESCRIPTION file.

README.Rmd

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,36 @@ knitr::opts_chunk$set(
2222
[![Codecov test coverage](https://codecov.io/gh/LieberInstitute/spatialLIBD/branch/master/graph/badge.svg)](https://codecov.io/gh/LieberInstitute/spatialLIBD?branch=master)
2323
<!-- badges: end -->
2424

25+
Welcome to the `spatialLIBD` project! It is composed by a [shiny](https://shiny.rstudio.com/) web application at [jhubiostatistics.shinyapps.io/spatialLIBD/](https://jhubiostatistics.shinyapps.io/spatialLIBD/), a Bioconductor package at [bioconductor.org/packages/spatialLIBD](http://bioconductor.org/packages/spatialLIBD) (or from [here](http://research.libd.org/spatialLIBD/)), and a [research article](https://www.biorxiv.org/search/maynard%252Bcollado%252Bweber%252Bhicks%252Bmartinowich%252Bjaffe) with the scientific knowledge we drew from this dataset.
26+
27+
The web application allows you to browse the LIBD human dorsolateral pre-frontal cortex (DLPFC) spatial transcriptomics data generated with the 10x Genomics Visium platform. Through the [R/Bioconductor package](https://bioconductor.org/packages/spatialLIBD) you can also download the data as well as visualize your own datasets using this web application. Please check the [bioRxiv pre-print](https://www.biorxiv.org/search/maynard%252Bcollado%252Bweber%252Bhicks%252Bmartinowich%252Bjaffe) for more details about this project.
28+
29+
## Study design
30+
31+
As a quick overview, the data presented here is from portion of the DLPFC that spans six neuronal layers plus white matter (**A**) for a total of three subjects with two pairs of spatially adjacent replicates (**B**). Each dissection of DLPFC was designed to span all six layers plus white matter (**C**). Using this web application you can explore the expression of known genes such as _SNAP25_ (**D**, a neuronal gene), _MOBP_ (**E**, an oligodendrocyte gene), and known layer markers from mouse studies such as _PCP4_ (**F**, a known layer 5 marker gene).
32+
33+
<img src="man/figures/paper_figure1.jpg" align="center" width="800px" />
34+
35+
This web application was built such that we could annotate the spots to layers as you can see under the **spot-level data** tab. Once we annotated each spot to a layer, we compressed the information by a pseudo-bulking approach into **layer-level data**. We then analyzed the expression through a set of models whose results you can also explore through this web application. Finally, you can upload your own gene sets of interest as well as layer enrichment statistics and compare them with our LIBD Human DLPFC Visium dataset.
36+
37+
If you are interested in running this web application locally, you can do so thanks to the `spatialLIBD` R/Bioconductor package that powers this web application as shown below.
38+
39+
```{r run_app, eval = FALSE}
40+
## Run this web application locally
41+
spatialLIBD::run_app()
42+
43+
## You will have more control about the length of the
44+
## session and memory usage.
45+
46+
## You could also use this function to visualize your
47+
## own data given some requirements described
48+
## in detail in the package vignette documentation
49+
## at http://research.libd.org/spatialLIBD/.
50+
```
51+
52+
53+
## R/Bioconductor package
54+
2555
The `spatialLIBD` package contains functions for:
2656

2757
* Accessing the spatial transcriptomics data from the LIBD Human Pilot project ([code on GitHub](https://github.com/LieberInstitute/HumanPilot)) generated with the Visium platform from 10x Genomics. The data is retrieved from [Bioconductor](http://bioconductor.org/)'s `ExperimentHub`.

README.md

Lines changed: 60 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,65 @@ status](http://www.bioconductor.org/shields/build/release/bioc/spatialLIBD.svg)]
1515
coverage](https://codecov.io/gh/LieberInstitute/spatialLIBD/branch/master/graph/badge.svg)](https://codecov.io/gh/LieberInstitute/spatialLIBD?branch=master)
1616
<!-- badges: end -->
1717

18+
Welcome to the `spatialLIBD` project\! It is composed by a
19+
[shiny](https://shiny.rstudio.com/) web application at
20+
[jhubiostatistics.shinyapps.io/spatialLIBD/](https://jhubiostatistics.shinyapps.io/spatialLIBD/),
21+
a Bioconductor package at
22+
[bioconductor.org/packages/spatialLIBD](http://bioconductor.org/packages/spatialLIBD)
23+
(or from [here](http://research.libd.org/spatialLIBD/)), and a [research
24+
article](https://www.biorxiv.org/search/maynard%252Bcollado%252Bweber%252Bhicks%252Bmartinowich%252Bjaffe)
25+
with the scientific knowledge we drew from this dataset.
26+
27+
The web application allows you to browse the LIBD human dorsolateral
28+
pre-frontal cortex (DLPFC) spatial transcriptomics data generated with
29+
the 10x Genomics Visium platform. Through the [R/Bioconductor
30+
package](https://bioconductor.org/packages/spatialLIBD) you can also
31+
download the data as well as visualize your own datasets using this web
32+
application. Please check the [bioRxiv
33+
pre-print](https://www.biorxiv.org/search/maynard%252Bcollado%252Bweber%252Bhicks%252Bmartinowich%252Bjaffe)
34+
for more details about this project.
35+
36+
## Study design
37+
38+
As a quick overview, the data presented here is from portion of the
39+
DLPFC that spans six neuronal layers plus white matter (**A**) for a
40+
total of three subjects with two pairs of spatially adjacent replicates
41+
(**B**). Each dissection of DLPFC was designed to span all six layers
42+
plus white matter (**C**). Using this web application you can explore
43+
the expression of known genes such as *SNAP25* (**D**, a neuronal gene),
44+
*MOBP* (**E**, an oligodendrocyte gene), and known layer markers from
45+
mouse studies such as *PCP4* (**F**, a known layer 5 marker gene).
46+
47+
<img src="man/figures/paper_figure1.jpg" align="center" width="800px" />
48+
49+
This web application was built such that we could annotate the spots to
50+
layers as you can see under the **spot-level data** tab. Once we
51+
annotated each spot to a layer, we compressed the information by a
52+
pseudo-bulking approach into **layer-level data**. We then analyzed the
53+
expression through a set of models whose results you can also explore
54+
through this web application. Finally, you can upload your own gene sets
55+
of interest as well as layer enrichment statistics and compare them with
56+
our LIBD Human DLPFC Visium dataset.
57+
58+
If you are interested in running this web application locally, you can
59+
do so thanks to the `spatialLIBD` R/Bioconductor package that powers
60+
this web application as shown below.
61+
62+
``` r
63+
## Run this web application locally
64+
spatialLIBD::run_app()
65+
66+
## You will have more control about the length of the
67+
## session and memory usage.
68+
69+
## You could also use this function to visualize your
70+
## own data given some requirements described
71+
## in detail in the package vignette documentation
72+
## at http://research.libd.org/spatialLIBD/.
73+
```
74+
75+
## R/Bioconductor package
76+
1877
The `spatialLIBD` package contains functions for:
1978

2079
- Accessing the spatial transcriptomics data from the LIBD Human Pilot
@@ -109,7 +168,7 @@ citation('spatialLIBD')
109168
#> 10.18129/B9.bioc.spatialLIBD (URL:
110169
#> https://doi.org/10.18129/B9.bioc.spatialLIBD),
111170
#> https://github.com/LieberInstitute/spatialLIBD - R package version
112-
#> 0.99.1, <URL: http://www.bioconductor.org/packages/spatialLIBD>.
171+
#> 0.99.2, <URL: http://www.bioconductor.org/packages/spatialLIBD>.
113172
#>
114173
#> Maynard KR, Collado-Torres L, Weber LM, Uytingco C, Williams SR, II
115174
#> JLC, Barry BK, Tran MN, Besich Z, Tippani M, Chew J, Yin Y, Hyde TM,

0 commit comments

Comments
 (0)