Learn R Programming

qgg (version 1.1.1)

predict_auc_mt_continous: Expected AUC for prediction of a binary trait using information on a correlated continuous trait

Description

Expected AUC for prediction of a binary trait using information on a correlated continuous trait

Usage

predict_auc_mt_continous(h2x, Nx, Kx, Px, h2y, Ny, rg, Me, M)

Arguments

h2x

is the heritability of the target trait

Nx

is the number of samples for the target trait

Kx

is the prevalence of the target trait

Px

is the case-control proportion of the target trait

h2y

is the heritability of the correlated trait

Ny

is the number of samples for the correlated trait

rg

is the genetic correlation between the target and correlated trait

Me

is the number of independent chromosome segments

M

is the number of markers

Ky

is the prevalence of the correlated trait

Py

is the case-control proportion of the correlated trait