getData {miRLAB} | R Documentation |
Download matched miRNA and mRNA expression profiles from TCGA using TCGA Assembler. In order to this function to work, users need to download the the file "DirectoryTraverseResult_Jul-08-2014.rda" from nugget.unisa.edu.au/Thuc/miRLAB/ and place it in the working directory
getData(CancerName)
CancerName |
The name of cancer using abbreviation of cancer name as one of the followings:
|
Dataset of matched miRNA and mRNA expression profiles
Zhu, Y., Qiu, P., and Ji, Y. (2014). TCGA-Assembler: open-source software for retrieving and processing TCGA data. Nat. Methods, 11, 599-600.
## Not run: BreastCancer=getData("BRCA") ## End(Not run)