Description Usage Arguments Value Examples
getTCGA is a function to download DNA methylation, RNA expression and clinic data for all samples of certain cancer type from TCGA website. And downloaded data will be transform to matrixes or data frame for further analysis.
1 |
disease |
A character specifies the disease to download in TCGA such as BLCA |
Meth |
A logic if TRUE HM450K DNA methylation data will download. |
RNA |
A logic if TRUE RNA-seq Hiseq-V2 from TCGA level 3 will be download. |
Clinic |
A logic if TRUE clinic data will be download for that disease. |
basedir |
A path shows where the data will be stored. |
genome |
Data aligned against which genome of reference. Options: "hg19", "hg38" (default) |
Download DNA methylation (HM450K)/RNAseq(HiseqV2)/Clinic data for the specified disease from TCGA.
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.