You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13-5Lines changed: 13 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,7 @@ Due to low sample numbers at the edges of our titration protocol, many experimen
44
44
We recommend using the docker image `envest/rnaseq_titration_results:R-4.1.2` to handle package and dependency installation.
45
45
See `docker/R-4.1.2/Dockerfile` for more information.
46
46
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.
48
48
49
49
### Obtaining and running the Docker container
50
50
@@ -81,10 +81,13 @@ bash download_TCGA_data.sh
81
81
After data has been downloaded, running
82
82
83
83
```
84
-
bash run_all_analyses_and_plots.sh
84
+
bash run_all_analyses_and_plots.sh [cancer type]
85
85
```
86
+
where
87
+
88
+
-`[cancer type]` is `both`, `BRCA` or `GBM`
86
89
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.
88
91
We recommend running all analyses within the project Docker container.
and examine the results in `8-PLIER_pathways_analysis.nb.html`.
146
+
138
147
## Manuscript versions
139
148
140
149
| Version | Relevant links |
141
150
| :------ | :------------- |
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)|
142
152
|[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)|
143
153
|[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)|
144
154
|[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`.
149
159
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].
150
160
151
161
# FAQ
152
-
---
153
162
154
163
**Can I normalize array data to match RNA-seq data?**
155
164
156
165
*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).*
0 commit comments