Learn R Programming

CoxMK (version 0.1.1)

A Model-X Knockoff Method for Genome-Wide Survival Association Analysis

Description

A genome-wide survival framework that integrates sequential conditional independent tuples and saddlepoint approximation method, to provide SNP-level false discovery rate control while improving power, particularly for biobank-scale survival analyses with low event rates. The method is based on model-X knockoffs as described in Barber and Candes (2015) and fast survival analysis methods from Bi et al. (2020) . A shrinkage algorithmic leveraging accelerates multiple knockoffs generation in large genetic cohorts. This CRAN version uses standard Cox regression for association testing. For enhanced performance on very large datasets, users may optionally install the 'SPACox' package from GitHub which provides saddlepoint approximation methods for survival analysis.

Copy Link

Version

Install

install.packages('CoxMK')

Monthly Downloads

120

Version

0.1.1

License

GPL-3

Maintainer

Yang Chen

Last Published

September 3rd, 2025

Functions in CoxMK (0.1.1)

load_knockoff_gds

Load Knockoff Data from GDS File
cox_knockoff_analysis

Complete Cox Knockoff Analysis Workflow
CoxMK

CoxMK: Cox Regression with Multiple Knockoffs
fit_null_cox_model

Fit Null Cox Model
perform_association_testing

Perform Association Testing
create_knockoffs

Create Multiple Knockoffs for Genetic Data
fit_cox_model_from_files

Step 2: Fit Cox Model from Files
knockoff_filter

Apply Knockoff Filter for Variable Selection
calculate_w_statistics

Calculate W Statistics for Knockoff Analysis