dataprocess: dataprocess

Description Usage Arguments Details Value Author(s) Examples

View source: R/dataprocess.R

Description

dataprocess for TCGA

Usage

1
dataprocess(clinicaldata = NULL, exprSet = NULL, x_axis = NULL, y_axis = NULL)

Arguments

clinicaldata

The data can be loaded by the results of dataexplore. You can load("survival_inputdata.Rdata") to get both of datasets.

exprSet

The data can be loaded by the results of dataexplore. You can load("survival_inputdata.Rdata") to get both of datasets.

x_axis

This argument is the x axis for time.

y_axis

This argument is the y axis for status.

Details

By default, this function you can filter some dirty data to prepare for kmplot.

Value

There is a clean data after dataprocess.

Author(s)

Wei Zhou <247328181@qq.com>

Examples

1
2
3
4
5
6
7
8
## Not run: 
## Plot the kmplot automatically
kmplot()

## Plot kmfit using "specified" style
kmplot(plotType = "specified")

## End(Not run)

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