An R package implementing the method proposed in Gaussian process regression for survival time prediction with genome-wide gene expression by Molstad, Hsu, and Sun.
SurvGPR can be loaded directly into R through the the devtools
package:
install.packages("devtools")
library(devtools)
devtools::install_github("ajmolstad/SurvGPR")
Please contact amolstad@fredhutch.org
for citation directions.