This function prepares TCGA data for downstream analyses such as differential expression analysis with limma or survival analysis.
It extracts and processes the necessary information from the TCGA data object, separating tumor and non-tumor samples.
Usage
prepare_tcga(data)
Value
A list.
Arguments
data
A SummarizedExperiment object containing TCGA data, typically obtained from R package TCGABiolinks.