- Home
- Bioconductor 3.23
- Software Packages
- TCGAutils (development version)
TCGAutils
This is the development version of TCGAutils; for the stable release version, see TCGAutils.
TCGA utility functions for data management
Bioconductor version: Development (3.23)
A suite of helper functions for checking and manipulating TCGA data including data obtained from the curatedTCGAData experiment package. These functions aim to simplify and make working with TCGA data more manageable. Exported functions include those that import data from flat files into Bioconductor objects, convert row annotations, and identifier translation via the GDC API.
Author: Marcel Ramos [aut, cre] ORCID iD ORCID: 0000-0002-3242-0582 , Lucas Schiffer [aut], Sean Davis [ctb], Levi Waldron [aut]
Maintainer: Marcel Ramos <marcel.ramos at sph.cuny.edu>
citation("TCGAutils")):
Installation
To install this package, start R (version "4.6") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
# The following initializes usage of Bioc devel
BiocManager::install(version='devel')
BiocManager::install("TCGAutils")
For older versions of R, please refer to the appropriate Bioconductor release.
Documentation
To view documentation for the version of this package installed in your system, start R and enter:
browseVignettes("TCGAutils")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.