FDR_corrected: FDR using correlation threshold

View source: R/calc_functions.R

FDR_correctedR Documentation

FDR using correlation threshold

Description

Computes False Discovery Rate using SNP correlation as proximity measure.

Usage

FDR_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 June 9, 2026, 9:06 a.m.