FPR_corrected: FPR using correlation threshold

View source: R/calc_functions.R

FPR_correctedR Documentation

FPR using correlation threshold

Description

Computes False Positive Rate using SNP correlation as proximity measure.

Usage

FPR_corrected(model, truth, x, threshold = 0.9)

Arguments

model

Integer vector of selected SNP indices.

truth

Integer vector of true causal SNP indices.

x

SNP matrix.

threshold

Correlation threshold (default 0.9).


bravo documentation built on May 27, 2026, 5:08 p.m.