Description Usage Arguments Value Examples
View source: R/downloadExpressionData.R
This function downloads, pre-processes and filters harmonized expression data obtained via RNA-Seq for a given cohort of patients available within The Cancer Genome Atlas project.
1 2 3 4 5 6 7 | downloadExpData(
projectID,
data.dir = "./dataDownload",
PreProc_cor.cut = 0.6,
Filt_method = "quantile",
Filt_qnt.cut = 0.25
)
|
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" |
PreProc_cor.cut |
threshold to filter samples according their spearman correlation in samples by samples, numeric in the range 0-1, default: 0.6 |
Filt_method |
method of filtering, available: 'quantile', 'varFilter' |
Filt_qnt.cut |
threshold selected as mean for filtering, numeric in the range 0-1, default: 0.25 |
matrix with expression data; columns are internal patient IDs, rows are HGNC gene symbols
1 | ## Not run: downloadExpData(projectID = "TCGA-COAD")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.