Skip to content

Commit

Permalink
add Zenodo link to downloaded mRNA-seq data
Browse files Browse the repository at this point in the history
  • Loading branch information
bblodfon committed Oct 26, 2023
1 parent 7599ebd commit bf8e440
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion survomics.html
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ <h2 class="unnumbered anchored" data-anchor-id="tcga-omics-data">TCGA omics data
</div>
<div class="callout-body-container callout-body">
<ul>
<li><p><a href="https://bioconductor.org/packages/release/bioc/html/TCGAbiolinks.html">Bioconductor</a> might provide an outdated version of <strong>TCGAbiolinks</strong>. Here, we use the GitHub version TCGAbiolinks_2.29.6. If you encounter some issues when using this tutorial, please check your installed <strong>TCGAbiolinks</strong> version. If necessary, you can re-install the package from its <a href="https://github.com/BioinformaticsFMRP/TCGAbiolinks.git">GitHub repository</a>.</p></li>
<li><p><a href="https://bioconductor.org/packages/release/bioc/html/TCGAbiolinks.html">Bioconductor</a> might provide an outdated version of <strong>TCGAbiolinks</strong>. Here, we use the GitHub version TCGAbiolinks_2.29.6. If you encounter some issues when using this tutorial, please check your installed <strong>TCGAbiolinks</strong> version. If necessary, you can re-install the package from its <a href="https://github.com/BioinformaticsFMRP/TCGAbiolinks.git">GitHub repository</a>. Otherwise, download the data from <a href="https://doi.org/10.5281/zenodo.10044741"><img src="https://zenodo.org/badge/DOI/10.5281/zenodo.10044741.svg" class="img-fluid" alt="DOI"></a> and load the <code>dat</code> object with: <code>load("TCGA_data.rda")</code>.</p></li>
<li><p>The package <strong>TCGAbiolinks</strong> cannot retrieve any proteomics or metabolomics data. It is always useful to look at your data first, in particular the data type and dimensions (i.e.&nbsp;numbers of rows and columns for a data frame or matrix).</p></li>
</ul>
</div>
Expand Down
3 changes: 2 additions & 1 deletion survomics.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,8 @@ RNA_count <- RNA_count[, rownames(clin)]
- [Bioconductor](https://bioconductor.org/packages/release/bioc/html/TCGAbiolinks.html) might provide an outdated version of **TCGAbiolinks**.
Here, we use the GitHub version TCGAbiolinks_2.29.6.
If you encounter some issues when using this tutorial, please check your installed **TCGAbiolinks** version.
If necessary, you can re-install the package from its [GitHub repository](https://github.com/BioinformaticsFMRP/TCGAbiolinks.git).
If necessary, you can re-install the package from its [GitHub repository](https://github.com/BioinformaticsFMRP/TCGAbiolinks.git).
Otherwise, download the data from [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.10044741.svg)](https://doi.org/10.5281/zenodo.10044741) and load the `dat` object with: `load("TCGA_data.rda")`.

- The package **TCGAbiolinks** cannot retrieve any proteomics or metabolomics data.
It is always useful to look at your data first, in particular the data type and dimensions (i.e. numbers of rows and columns for a data frame or matrix).
Expand Down

0 comments on commit bf8e440

Please sign in to comment.