Usage
TCGAprepare(query, dir = NULL, samples = NULL, type = NULL, save = FALSE, filename = NULL, add.mutation.genes = FALSE, add.clinical = TRUE, reannotate = FALSE, summarizedExperiment = TRUE, add.subtype = FALSE)
Arguments
dir
Directory with the files downloaded by TCGAdownload
samples
List of samples to prepare the data
type
Filter the files to prepare.
save
Save a rda object with the prepared object?
Default: FALSE
filename
Name of the saved file
add.mutation.genes
Integrate information about genes mutation? DEFAULT: FALSE
add.clinical
Add clinical information from TCGAquery_clinic?
(The information file add will be: clinical_patient) Default: FALSE
reannotate
Reannotate genes? Source http://grch37.ensembl.org/.
DEFAULT: FALSE. (For the moment only working for methylation data)
summarizedExperiment
Output as SummarizedExperiment?
Default: FALSE
add.subtype
Add subtype information from tcgaquery_subtype? Default: FALSE