Description Usage Arguments Details Value Author(s) Examples
dataexplore for TCGA
1 | dataexplore(cancerType, studyId = NULL, dataType = NULL)
|
cancerType |
The cancertype you'd like to explore, including "BreastCancer", "PancreaticCancer", "Glioma" |
studyId |
This argument you can explore by yourself, because there is too many researches or database you can take advantage of. |
dataType |
It provides "mrna", "CNA", "mutation" for more information to dig. |
By default, this function first input cancerType such as "BreastCancer" to explore the dataset whatever you like.
There is a RData file (survival_inputdata.Rdata) exported to the data folder.
Wei Zhou <247328181@qq.com>
1 2 3 4 5 6 7 8 | ## Not run:
## Explore the interested dataset by input the specified cancertype
dataexplore(cancerType = "BreastCancer", dataType = "mrna")
## If you have interested datatype, you can input, such as mrna, CNA, mutation, etc
dataexplore(cancerType = "BreastCancer", studyId = NULL, dataType = "mrna")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.