RTCGAToolbox
A new tool for exporting TCGA Firehose data
Bioconductor version: 3.23 · Package version: 2.42.0
Managing data from large scale projects such as The Cancer Genome Atlas (TCGA) for further analysis is an important and time consuming step for research projects. Several efforts, such as Firehose project, make TCGA pre-processed data publicly available via web services and data portals but it requires managing, downloading and preparing the data for following steps. We developed an open source and extensible R based data client for Firehose pre-processed data and demonstrated its use with sample case studies. Results showed that RTCGAToolbox could improve data management for researchers who are interested with TCGA data. In addition, it can be integrated with other analysis pipelines for following data analysis.
Installation
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("RTCGAToolbox") Details
| Maintainer | Marcel Ramos <marcel.ramos@sph.cuny.edu> |
| Author | Mehmet Samur [aut], Marcel Ramos [aut, cre] (ORCID: <https://orcid.org/0000-0002-3242-0582>), Ludwig Geistlinger [ctb] |
| License | GPL-2 |
| URL | http://mksamur.github.io/RTCGAToolbox/ |
| Bug Reports | https://github.com/mksamur/RTCGAToolbox/issues |
| Downloads rank | 925 |
| Source branch | RELEASE_3_23 |
| biocViews | DifferentialExpression, GeneExpression, Sequencing, Software |
Documentation
Download
Dependencies
Depends: R (>= 4.3.0)
Imports: BiocGenerics, data.table, DelayedArray, GenomicRanges, Seqinfo, httr, methods, RaggedExperiment, RCurl, RJSONIO, rvest, S4Vectors, stats, stringr, SummarizedExperiment, TCGAutils, utils
Suggests: BiocStyle, Homo.sapiens, knitr, readr, rmarkdown