Bioc2026 Registration Open!

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

MaintainerMarcel Ramos <marcel.ramos@sph.cuny.edu>
AuthorMehmet Samur [aut], Marcel Ramos [aut, cre] (ORCID: <https://orcid.org/0000-0002-3242-0582>), Ludwig Geistlinger [ctb]
LicenseGPL-2
URLhttp://mksamur.github.io/RTCGAToolbox/
Bug Reportshttps://github.com/mksamur/RTCGAToolbox/issues
Downloads rank925
Source branchRELEASE_3_23
biocViewsDifferentialExpression, 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

Reverse dependencies

Imports Me (1): cBioPortalData

Suggests Me (1): TCGAutils