Package 'xlink'

Title: Genetic Association Models for X-Chromosome SNPS on Continuous, Binary and Survival Outcomes
Description: The expression of X-chromosome undergoes three possible biological processes: X-chromosome inactivation (XCI), escape of the X-chromosome inactivation (XCI-E),and skewed X-chromosome inactivation (XCI-S). To analyze the X-linked genetic association for phenotype such as continuous, binary, and time-to-event outcomes with the actual process unknown, we propose a unified approach of maximizing the likelihood or partial likelihood over all of the potential biological processes. The methods are described in Wei Xu, Meiling Hao (2017) <doi:10.1002/gepi.22097>. And also see Dongxiao Han, Meiling Hao, Lianqiang Qu, Wei Xu (2019) <doi:10.1177/0962280219859037>.
Authors: Wei Xu [aut], Meiling Hao [aut], Yi Zhu [cre]
Maintainer: Yi Zhu <[email protected]>
License: GPL-2
Version: 1.0.1
Built: 2025-03-08 02:44:49 UTC
Source: https://github.com/qiuanzhu/xlink

Help Index


Model fitting results for each SNP considering as XCI, XCI-E and XCI-S type

Description

fit_all_models returns model fitting results for each SNP understanding as XCI, XCI-E and XCI-S type respectively. Model comparison results is provided by using AIC as a criterion.

Usage

fit_all_models(resp, os, ostime, snp, gender, male, female, covars, model,
  data)

Arguments

resp

Response variable for continuous or binary model fitting.

os

Survival indicator, 1 for death, 0 for censoring.

ostime

Duration time of survival.

snp

Single SNP name.

gender

Gender variable.

male

Male indicator in gender variable.

female

Female indicator in gender variable.

covars

Covariates list.

model

Fitting model type. For 'linear', fitting linear model. For 'binary', fitting logistic regression model. For 'survival', fitting survival model.

data

Data set.

Value

It returns estimated parameters, confidence interval and P value for each variable. Baseline model and full model maximum likelihood estimation are provided.

See Also

lm{stats} for linear model, glm{stats} for logistic regression model, and coxph{survival} for survival model.


Model fitting results for each SNP considering as XCI-E type

Description

fit_XCI_E_model returns model fitting results for each SNP understanding as XCI-E type.

Usage

fit_XCI_E_model(resp, os, ostime, snp, gender, male, female, covars, model,
  data)

Arguments

resp

Response variable for continuous or binary model fitting.

os

Survival indicator, 1 for death, 0 for censoring.

ostime

Duration time of survival.

snp

Single SNP name.

gender

Gender variable.

male

Male indicator in gender variable.

female

Female indicator in gender variable.

covars

Covariates list.

model

Fitting model type. For 'linear', fitting linear model. For 'binary', fitting logistic regression model. For 'survival', fitting survival model.

data

Data set.

Value

It returns estimated parameters, confidence interval and P value for each variable. Baseline model and full model maximum likelihood estimation are provided.

See Also

lm{stats} for linear model, glm{stats} for logistic regression model, and coxph{survival} for survival model.


Model fitting results for each SNP considering as XCI type

Description

fit_XCI_model returns model fitting results for each SNP understanding as XCI type.

Usage

fit_XCI_model(resp, os, ostime, snp, gender, male, female, covars, model,
  data)

Arguments

resp

Response variable for continuous or binary model fitting.

os

Survival indicator, 1 for death, 0 for censoring.

ostime

Duration time of survival.

snp

Single SNP name.

gender

Gender variable.

male

Male indicator in gender variable.

female

Female indicator in gender variable.

covars

Covariates list.

model

Fitting model type. For 'linear', fitting linear model. For 'binary', fitting logistic regression model. For 'survival', fitting survival model.

data

Data set.

Value

It returns estimated parameters, confidence interval and P value for each variable. Baseline model and full model maximum likelihood estimation are provided.

See Also

lm{stats} for linear model, glm{stats} for logistic regression model, and coxph{survival} for survival model.


Information table.

Description

infor_table returns information table of estimated coefficients/hazard ratio, confidence interval and P value.

Usage

infor_table(x, snp, covar_n, MAF_value, model)

Arguments

x

An output from continuous/binary/survival model.

snp

Single SNP name.

covar_n

Covariate names.

MAF_value

A minimum value of minor allele frequency.

model

Model type.

Value

Information table. If linear or binary model is chosen, it returns estimated coefficients, confidence interval and P value. If survival model is chosen, it returns hazard ratio, confidence interval and P value.


Select SNP by MAF.

Description

MAF returns SNPs with higher MAF than default value.

Usage

MAF(snp, gender, male, MAF_v, data)

Arguments

snp

SNP name.

gender

gender variable.

male

male information.

MAF_v

minimum MAF value.

data

a dataset.


Simulation data for Genetic association models for X-chromosome SNPS

Description

A simulated dataset containing 400 observations. The variables list as follows:

Usage

data(Rdata)

Format

A data frame with 400 rows and 17 variables.

Details

  • ID. Identification number.

  • OS. Survival indicator, 1 for death, 0 for censoring.

  • OS_time. Duration time of survival.

  • gender. Binary value 0,1 with P(x=1)=0.5 and hazard ratio is 1.

  • Age. Uniform distribution in [20,80] and hazard ratio is 1.02.

  • Smoking. Binary value 0,1 with P(x=1)=0.3 and hazard ratio is 1.2.

  • Treatment. Binary value 0,1 with P(X=1)=0.3 and hazard ratio is 1.2.

  • snp_1. True type in coxph model is 'XCI', minor allele frequency is 0.2, hazard ratio is 1.5.

  • snp_2. True type in coxph model is 'XCI-E', minor allele frequency is 0.3, hazard ratio is 1.5.

  • snp_3. True type in coxph model is 'XCI-S', minor allele frequency is 0.4, hazard ratio is 1.5.

  • snp_4. True type in coxph model is 'XCI', minor allele frequency is 0.3, hazard ratio is 1.

  • snp_5. True type in coxph model is 'XCI-E', minor allele frequency is 0.1, hazard ratio is 1.

  • snp_6. True type in coxph model is 'XCI', minor allele frequency is 0.2, hazard ratio is 1.

  • snp_7. True type in coxph model is 'XCI', minor allele frequency is 0.15, hazard ratio is 1.

  • snp_8. True type in coxph model is 'XCI-E', minor allele frequency is 0.1, hazard ratio is 1.

  • snp_9. True type in coxph model is 'XCI', minor allele frequency is 0.2, hazard ratio is 1.

  • snp_10. True type in coxph model is 'XCI', minor allele frequency is 0.15, hazard ratio is 1.


Selected results table by P value

Description

select_output returns selected SNP information by P value.

Usage

select_output(input, pv_thold = 1)

Arguments

input

Input results from xlink fit.

pv_thold

P value threshold for output.

Value

It returns estimated parameters, confidence interval, P value, MAF and Best model information.

See Also

xlink_fit{xlink} for input results.

Examples

Covars<-c("Age","Smoking","Treatment")
SNPs<-c("snp_1","snp_2","snp_3")
result<-xlink_fit(os="OS",ostime ="OS_time",snps=SNPs,gender ="gender",covars=Covars,
                  option =list(type="all",MAF_v=0.05), model="survival", data = Rdata)
select_output(input=result,pv_thold=10^-5)