Oncomine_SurvAnalysis.Data: To do get data for survival analysis from Oncomine

Description Usage Arguments Value Author(s) Examples

View source: R/Oncomine_SurvAnalysis.Data.R

Description

Please use original Expression Value, this function will divide it into 1,as high expression and 0, as low expression.

Usage

1
Oncomine_SurvAnalysis.Data(data, Time, Outcome, OutcomeCode1, x)

Arguments

data

data name

Time

The complete variable name of following time

Outcome

The complete variable name of outcome

OutcomeCode1

The primary ending of outcome, which will be coded as 1. String is needed

x

Complete Expression Value variable name. String is needed. Please use original Expression Value, this function will divide it into 1,as high expression and 0, as low expression.

Value

a Dataframe

Author(s)

Jing Zhang

Examples

1
Oncomine_SurvAnalysis.Data(data=data,Time="Time",Outcome="Outcome",OutcomeCode1="Dead",x="Expression Value")

yikeshu0611/ROncomine documentation built on May 28, 2019, 12:35 a.m.