Description Usage Arguments Value Examples
View source: R/downloadCNVdata.R
This function downloads, pre-processes and filters harmonized copy number variation data obtained via RNA-Seq for a given cohort of patients available within The Cancer Genome Atlas project.
1 | downloadCNVdata(projectID, data.dir = "./dataDownload")
|
projectID |
cohort of patients in TCGA database, for list available projects type: listTCGAcohorts(), character string |
data.dir |
directory to save expression data, character string, default: "./dataDownload" |
matrix with CNV data; columns are internal patient IDs, rows are HGNC gene symbols
1 | ## Not run: downloadCNVdata(projectID = "TCGA-COAD")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.