Skip to content

Commit 0696cbf

Browse files
committed
Move the square image around. Update the docs/index.Rmd and move some content around.
1 parent 0c46fa0 commit 0696cbf

9 files changed

+47
-99
lines changed

docs/01_data.Rmd

+23
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,26 @@ Annotations:
2626
Annotations:
2727

2828
* Gencode v23
29+
30+
## Study explorer
31+
32+
You can also open the study explorer independently through [shinyapps.io](https://jhubiostatistics.shinyapps.io/recount3-study-explorer/).
33+
34+
```{r "embed_study_explorer", out.width = "100%", echo = FALSE}
35+
knitr::include_app("https://jhubiostatistics.shinyapps.io/recount3-study-explorer/",
36+
height = "2000px")
37+
```
38+
39+
40+
## How to cite `recount3`
41+
42+
Thank you for your continued support of the `ReCount` family of projects! We greatly appreciate you citing our work.
43+
44+
```{r "citation"}
45+
print(citation("recount3")[2], bibtex = TRUE)
46+
```
47+
48+
49+
| | | | |
50+
|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------|
51+
| <a href="http://www.langmead-lab.org/"><img src="http://www.langmead-lab.org/wp-content/uploads/2014/01/Screen-Shot-2014-02-02-at-5.20.13-PM-1024x199.png" width="250px"></a> | <a href="https://www.libd.org/"><img src="http://lcolladotor.github.io/img/LIBD_logo.jpg" width="250px"></a> | <a href="http://nellore.bio/"><img src="https://seekvectorlogo.net/wp-content/uploads/2018/08/oregon-health-science-university-ohsu-vector-logo.png" width="250px"></a> | <a href="https://www.sciserver.org/"><img src="https://skyserver.sdss.org/dr14/en/images/sciserver_logo_inverted_vertical.png" width="250px"></a> |

docs/08_analysis.Rmd

+1-5
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,7 @@
22

33
The code for the analyses shown in the recount3 paper is available through the following GitHub repositories.
44

5-
TODO
6-
7-
## Human gene-level analyses
8-
9-
https://github.com/hansenlab/recount3_human_gene
5+
* Human gene-level analyses: https://github.com/hansenlab/recount3_human_gene
106

117
## Beyond recount3
128

docs/10_join_us.Rmd

-3
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,3 @@ Contact:
1010
* [Abhinav Nellore](http://nellore.bio/)
1111
* [Alexis Battle](https://battlelab.jhu.edu/)
1212
* [Jeff Leek](http://jtleek.com/)
13-
14-
# References {-}
15-

docs/11_session_info.Rmd

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# R session information {-}
2+
3+
This book was last updated on `r Sys.time()`.
4+
5+
Details on the R version used for making this book. The source code is available at [`LieberInstitute/recount3-docs`](https://github.com/LieberInstitute/recount3-docs).
6+
7+
```{r session_info}
8+
## Load the package at the top of your script
9+
library("sessioninfo")
10+
11+
## Reproducibility information
12+
print('Reproducibility information:')
13+
Sys.time()
14+
proc.time()
15+
options(width = 120)
16+
session_info()
17+
```
18+
19+
# References {-}

docs/index.Rmd

+2-90
Original file line numberDiff line numberDiff line change
@@ -11,91 +11,6 @@ biblio-style: "apalike"
1111
link-citations: true
1212
---
1313

14-
Welcome to the home of the `recount3` project! This website provides an overview of all the pieces that make up the `recount3` project that is a part of [**recount.bio**](https://recount.bio/).
15-
16-
<img src="https://github.com/LieberInstitute/recount3/blob/master/man/figures/logo.png?raw=true" width="500px"/>
17-
18-
# Overview {-}
19-
20-
**recount3** is an online resource consisting of RNA-seq gene, exon, and exon-exon junction counts as well as coverage bigWig files for 8,679 and 10,088 different studies for human and mouse respectively. It is the third generation of the [ReCount project](http://bowtie-bio.sourceforge.net/recount/) and part of [**recount.bio**](https://recount.bio).
21-
22-
The raw sequencing data were processed with the Monorail system as described in the [recount3 paper](TODO) which created the coverage bigWig files and the recount-unified text files. While these raw output files are available through [IDIES SciServer](https://idies.jhu.edu/), for ease of statistical analysis, we provide through the `r BiocStyle::Biocpkg("recount3")` R/Bioconductor package an interface that builds [RangedSummarizedExperiment](https://doi.org/10.1038/nmeth.3252) R objects for gene, exon, and exon-exon junction counts for each study. Furthermore, `r BiocStyle::Biocpkg("snapcount")` enables query-based access of the `recount3` and `recount2` data. The coverage bigWig files can be used for annotation-agnostic expression analyses using for example `r BiocStyle::Biocpkg("megadepth")`, `r BiocStyle::Biocpkg("derfinder")` and other tools.
23-
24-
By taking care of several pre-processing steps and combining many datasets into one easily-accessible website, we make finding and analyzing RNA-seq data considerably more straightforward.
25-
26-
## Study explorer {-}
27-
28-
```{r "embed_study_explorer", out.width = "100%", echo = FALSE}
29-
knitr::include_app("https://jhubiostatistics.shinyapps.io/recount3-study-explorer/",
30-
height = "2000px")
31-
```
32-
33-
You can also open the study explorer independently through [shinyapps.io](https://jhubiostatistics.shinyapps.io/recount3-study-explorer/).
34-
35-
## How to cite `recount3` {-}
36-
37-
Thank you for your continued support of the `ReCount` family of projects! We greatly appreciate you citing our work.
38-
39-
```{r "citation"}
40-
print(citation("recount3")[2], bibtex = TRUE)
41-
```
42-
43-
### Related publications
44-
45-
Additional publications directly related to `recount3` are:
46-
47-
* Megadepth: efficient coverage quantification for BigWigs and BAMs. Christopher Wilks, Omar Ahmed, Daniel N. Baker, David Zhang, Leonardo Collado-Torres, Ben Langmead. bioRxiv, 2020. DOI: [10.1101/2020.12.17.423317](https://doi.org/10.1101/2020.12.17.423317)
48-
49-
### Related projects {-}
50-
51-
The `ReCount` project has three main publications over the years with implementation details that have been improved each time. Each phase of the project has had several companion publications that expanded the main resource in different directions. Please cite the appropriate expansions and results as you see relevant for your work.
52-
53-
Previous `ReCount` projects:
54-
55-
* [`recount2`](https://jhubiostatistics.shinyapps.io/recount/), DOI: [10.1038/nbt.3838](https://doi.org/10.1038/nbt.3838)
56-
* [`ReCount`](http://bowtie-bio.sourceforge.net/recount/), DOI: [10.1186/1471-2105-12-449](https://doi.org/10.1186/1471-2105-12-449)
57-
58-
## Team members {-}
59-
60-
* [Christopher Wilks](https://github.com/ChristopherWilks) (the star behind `recount3`!)
61-
* [Leonardo Collado Torres](https://github.com/lcolladotor)
62-
* [Shijie Charles Zheng](https://github.com/sjczheng)
63-
* [Kevin FY Chen](https://github.com/KevinFYChen)
64-
* [Kasper Daniel Hansen](https://github.com/kasperdanielhansen)
65-
* [Ben Langmead](https://github.com/BenLangmead)
66-
67-
68-
## Teams involved {-}
69-
70-
* [Ben Langmead's lab at JHU Computer Science](http://www.langmead-lab.org/)
71-
* [Kasper Daniel Hansen's lab at JHBSPH Biostatistics Department](https://www.hansenlab.org/)
72-
* [Leonardo Collado-Torres](http://lcolladotor.github.io/) and [Andrew E. Jaffe](http://aejaffe.com/) from [LIBD](https://www.libd.org/)
73-
* [Abhinav Nellore's lab at OHSU](http://nellore.bio/)
74-
* [Jeff Leek's lab at JHBSPH Biostatistics Deparment](http://jtleek.com/)
75-
* Data hosted by [SciServer from IDIES at JHU](https://www.sciserver.org/)
76-
77-
| | | | |
78-
|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------|
79-
| <a href="http://www.langmead-lab.org/"><img src="http://www.langmead-lab.org/wp-content/uploads/2014/01/Screen-Shot-2014-02-02-at-5.20.13-PM-1024x199.png" width="250px"></a> | <a href="https://www.libd.org/"><img src="http://lcolladotor.github.io/img/LIBD_logo.jpg" width="250px"></a> | <a href="http://nellore.bio/"><img src="https://seekvectorlogo.net/wp-content/uploads/2018/08/oregon-health-science-university-ohsu-vector-logo.png" width="250px"></a> | <a href="https://www.sciserver.org/"><img src="https://skyserver.sdss.org/dr14/en/images/sciserver_logo_inverted_vertical.png" width="250px"></a> |
80-
81-
82-
This book was last updated on `r Sys.time()`.
83-
84-
## R session information {-}
85-
86-
Details on the R version used for making this book. The source code is available at [`LieberInstitute/recount3-docs`](https://github.com/LieberInstitute/recount3-docs).
87-
88-
```{r session_info_chunk, eval = FALSE}
89-
## Load the package at the top of your script
90-
library("sessioninfo")
91-
92-
## Reproducibility information
93-
print('Reproducibility information:')
94-
Sys.time()
95-
proc.time()
96-
options(width = 120)
97-
session_info()
98-
```
9914

10015
```{r "BiocPkgs", message = FALSE}
10116
## For links
@@ -106,11 +21,8 @@ library("recount3")
10621
library("megadepth")
10722
library("snapcount")
10823
109-
## For looping
24+
## Utils
11025
library("purrr")
26+
library("postcards")
11127
```
11228

113-
114-
```{r session_info, echo = FALSE}
115-
<<session_info_chunk>>
116-
```

index.Rmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "recount3: uniformly processed RNA-seq"
3-
image: "recount3-square.png"
3+
image: "logos/recount3-square.png"
44
links:
55
- label: Documentation
66
url: "docs/"
File renamed without changes.
File renamed without changes.

recount3-docs.Rproj

+1
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,4 @@ AutoAppendNewline: Yes
1616
StripTrailingWhitespace: Yes
1717

1818
BuildType: Website
19+
WebsitePath: docs

0 commit comments

Comments
 (0)