View source: R/TCGA_Download_Preprocess.R
TCGA_Download_DNAmethylation | R Documentation |
Download DNA methylation data from TCGA.
TCGA_Download_DNAmethylation(CancerSite, TargetDirectory, downloadData = TRUE)
CancerSite |
character of length 1 with TCGA cancer code. |
TargetDirectory |
character with directory where a folder for downloaded files will be created. |
downloadData |
logical indicating if data should be downloaded (default: TRUE). If false, the url of the desired data is returned. |
list with paths to downloaded files for both 27k and 450k methylation data.
METdirectories <- TCGA_Download_DNAmethylation(CancerSit = 'OV', TargetDirectory = tempdir())
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.