Description Usage Arguments Value Examples
Create an Expression Set from TCGA Data, downloaded from https://gdac.broadinstitute.org/
1 | build_TCGA_Eset(clinical_file, expression_file, source, skip = FALSE)
|
clinical_file |
PATH of the clinical data from TCGA, e.g.: "../../../Projects/TCGA-Elisa/Clinical/LAML.clin.merged.txt" |
expression_file |
PATH of the expression data from TCGA, e.g.: "../../../Projects/TCGA-Elisa/RNA/LAML.rnaseqv2__illuminahiseq_rnaseqv2__unc_edu__Level_3__RSEM_genes_normalized__data.data.txt" |
source |
Define the source of the data. "cBio" and "cBio_z_score" for cBioportal Data, "firehose" for Firehose data. |
skip |
Please Check in the clinical file in which row the header column appears. The amount of rows skiped should be entered as e.g. skip = 5. |
ExpressionSet
1 2 3 4 5 6 7 | ## Not run:
build_TCGA_Eset(clinical_file <- "../../../Projects/TCGA-Elisa/tcga_KIRC_cBio/data_bcr_clinical_data_patient.txt",
expression_file <- "../../../Projects/TCGA-Elisa/tcga_KIRC_cBio/Kdata_RNA_Seq_v2_mRNA_median_Zscores.txt",
source = "cBio_z_score",
normalization = FALSE)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.