Skip to content

biostatYu/coxlmm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 

Repository files navigation

coxlmm: linear mixed effect Cox model with clinical covariates and gene expressions levels

Introduction

linear mixed effect Cox model with clinical covariates and gene expressions levels (coxlmm) is a R procedure to access the prognosis of different cancers and estimate the partition of clinical variance and genetic variance.

Specifically, denote the observed survival time by ti and the true survival time by Ti with di indicating the censored status, Xi is a p-dimensional vector for available clinical covariates (e.g. disease stage, age and gender) for individual i, and Gi be an m-dimensional vector for a set of gene expression levels for individual. To link the survival risk with the clinical information and all the genetic information, we employ Cox model within the framework of linear mixed models:

where is the variance for gene expressions The coxlmm model is fitted with the R coxme (version 2.2-10) package (https://CRAN.R-project.org/package=coxme), in which the Laplace approximation method is implemented based on the second order Taylor series. However, fitting coxlmm with coxme directly is time-consuming due to the high-dimensional problem. Instead, we fit coxlmm in an efficient alternative way. Specifically, note that the genetic component can be re-expressed as

Based on the above relationship, we construct an equivalent Cox mixed model

where Zi is the ith row vector of K1/2 with K = GGT, which is often referred to as the genetic relationship matrix (GRM) in genetic prediction; δ is an n-dimensional vector for the effect sizes of Zi.

References

  • Ripatti S, Palmgren J. Estimation of multivariate frailty models using penalized partial likelihood[J]. Biometrics, 2000, 56(4): 1016-1022. DOI: 10.1111/j.0006-341X.2000.01016.x

  • Therneau T M, Grambsch P M, Pankratz V S. Penalized survival models and frailty[J]. Journal of computational and graphical statistics, 2003, 12(1): 156-175. DOI: 10.1198/1061860031365

  • R Core Team. R: A language and environment for statistical computing. R Foundation for Statistical Computing, Vienna, Austria, 2013 (https://www.R-project.org/).

Cite

Contact

I am very grateful to any questions, comments, or bugs reports; and please contact Xinghao Yu via xinghaoyu@stu.xzhmu.edu.cn or Ping Zeng via zpstat@xzhmu.edu.cn.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages