FSbyCox: Biological feature (such as gene) selection based on Cox...

Description Usage Arguments Value Author(s) References Examples

View source: R/featureSelection.R

Description

Cox model (Proportional hazard model) is a statistical approach for survival risk analysis. We applied the univariate Cox model for feature selection. The proportional hazard assumption test is used to evaluate the significant level of each biological feature related to the survival result for samples. Eventually, the most significant genes are selected for clustering analysis.

Usage

1
FSbyCox(Data, time, status, cutoff = 0.05)

Arguments

Data

A data matrix representing the genomic data measured in a set of samples. For the matrix, the rows represent the genomic features, and the columns represent the samples.

time

A numeric vector representing the survival time (days) of a set of samples. Note that the order of the time should map the samples in the Data matrix.

status

A numeric vector representing the survival status of a set of samples. 0=alive/censored, 1=dead. Note that the order of the time should map the samples in the Data matrix.

cutoff

A numeric value in (0,1) representing whether the significant feature Xi is selected according to the Proportional Hazards Assumption p-value of the feature Xi. If p-value(Xi)<cutoff, the features Xi will be selected for downstream analysis. Normally the significant level is set to 0.05.

Value

A data matrix, extracted a subset with significant features from the input data matrix. The rows represent the significant features, and the columns represents the samples.

Author(s)

Xu,Taosheng taosheng.x@gmail.com, Thuc Le Thuc.Le@unisa.edu.au

References

Andersen, P. and Gill, R. (1982). Cox's regression model for counting processes, a large sample study. Annals of Statistics 10, 1100-1120.
Therneau, T., Grambsch, P., Modeling Survival Data: Extending the Cox Model. Springer-Verlag, 2000.

Examples

1
2
3
4

xtsvm/CancerSubtypes documentation built on May 4, 2019, 1:26 p.m.