View source: R/Merge_methylation.R
Merge_methy_tcga | R Documentation |
When the methylation data is downloaded from TCGA, each sample is saved in a folder, which contains the methylation value file and the descriptive file. This function can directly extract and consolidate all folders.
Merge_methy_tcga(dirr = NULL)
dirr |
a string for the directory of methylation data download from tcga useing the tools gdc |
a matrix, a combined methylation expression spectrum matrix
merge_result <- Merge_methy_tcga(system.file(file.path("extdata", "methy"),
package = "GeoTcgaData"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.