dataexplore: dataexplore

Description Usage Arguments Details Value Author(s) Examples

View source: R/dataexplore.R

Description

dataexplore for TCGA

Usage

1
dataexplore(cancerType, studyId = NULL, dataType = NULL)

Arguments

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.

Details

By default, this function first input cancerType such as "BreastCancer" to explore the dataset whatever you like.

Value

There is a RData file (survival_inputdata.Rdata) exported to the data folder.

Author(s)

Wei Zhou <247328181@qq.com>

Examples

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)

Wei-V-Zhou/KMPPc documentation built on Sept. 5, 2020, 6:21 a.m.