Skip to content

Commit 2391ed0

Browse files
authored
Merge pull request #146 from greenelab/envest/update_readme_2.2
Update README with v2.2
2 parents c46312f + 9548db0 commit 2391ed0

File tree

1 file changed

+13
-5
lines changed

1 file changed

+13
-5
lines changed

README.md

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Due to low sample numbers at the edges of our titration protocol, many experimen
4444
We recommend using the docker image `envest/rnaseq_titration_results:R-4.1.2` to handle package and dependency installation.
4545
See `docker/R-4.1.2/Dockerfile` for more information.
4646

47-
Our analysis ([v2.1](https://github.com/greenelab/RNAseq_titration_results/releases/tag/v2.1)) was run using 7 cores on an AWS instance with 16 cores, 128 GB memory, and an allocated 1 TB of space.
47+
Our analysis ([v2.2](https://github.com/greenelab/RNAseq_titration_results/releases/tag/v2.2)) was run using 7 cores on an AWS instance with 16 cores, 128 GB memory, and an allocated 1 TB of space.
4848

4949
### Obtaining and running the Docker container
5050

@@ -81,10 +81,13 @@ bash download_TCGA_data.sh
8181
After data has been downloaded, running
8282

8383
```
84-
bash run_all_analyses_and_plots.sh
84+
bash run_all_analyses_and_plots.sh [cancer type]
8585
```
86+
where
87+
88+
- `[cancer type]` is `both`, `BRCA` or `GBM`
8689

87-
with [v2.1](https://github.com/greenelab/RNAseq_titration_results/releases/tag/v2.1) of this repository will reproduce the results presented in our manuscript.
90+
with [v2.2](https://github.com/greenelab/RNAseq_titration_results/releases/tag/v2.2) of this repository will reproduce the results presented in our manuscript.
8891
We recommend running all analyses within the project Docker container.
8992

9093
## Methods
@@ -135,10 +138,17 @@ python3 search_geo_arrayexpress.py
135138
```
136139
and check the output in `results/array_rnaseq_ratio`.
137140

141+
To compare PLIER pathways that are more frequently identified using the full sample size data compared to half sample size data, run
142+
```
143+
Rscript -e "rmarkdown::render('8-PLIER_pathways_analysis.Rmd', clean = TRUE)"
144+
```
145+
and examine the results in `8-PLIER_pathways_analysis.nb.html`.
146+
138147
## Manuscript versions
139148

140149
| Version | Relevant links |
141150
| :------ | :------------- |
151+
| [v2.2](https://github.com/greenelab/RNAseq_titration_results/releases/tag/v2.2) | [Figshare+ data](https://doi.org/10.25452/figshare.plus.19629864.v3), [Data for plots](https://doi.org/10.6084/m9.figshare.19686453.v3) |
142152
| [v2.1](https://github.com/greenelab/RNAseq_titration_results/releases/tag/v2.1) | [Figshare+ data](https://doi.org/10.25452/figshare.plus.19629864.v2), [Data for plots](https://doi.org/10.6084/m9.figshare.19686453.v2) |
143153
| [v2.0](https://github.com/greenelab/RNAseq_titration_results/releases/tag/v2.0) | [Figshare+ data](https://doi.org/10.25452/figshare.plus.19629864.v1), [Data for plots](https://doi.org/10.6084/m9.figshare.19686453.v1) |
144154
| [v1.1](https://github.com/greenelab/RNAseq_titration_results/releases/tag/v1.1) | [Figshare full results](https://doi.org/10.6084/m9.figshare.5035997.v2) |
@@ -149,9 +159,7 @@ and check the output in `results/array_rnaseq_ratio`.
149159
This work was supported by the Gordon and Betty Moore Foundation [GBMF 4552], Alex's Lemonade Stand Foundation [GR-000002471], and the National Institutes of Health [T32-AR007442, U01-TR001263, R01-CA237170, K12GM081259].
150160

151161
# FAQ
152-
---
153162

154163
**Can I normalize array data to match RNA-seq data?**
155164

156165
*We generally do not advise this study design. We expect array data to have less precision at higher expression levels due to saturation, while counts-based RNA-seq data does not have that problem. We recommend reshaping the data expected to have more dynamic range (RNA-seq) to fit the narrower and less precise (array) distribution. See also [TDM FAQs](https://github.com/greenelab/TDM#faq).*
157-

0 commit comments

Comments
 (0)