TPR_WS: TPR using window size

View source: R/calc_functions.R

TPR_WSR Documentation

TPR using window size

Description

Computes True Positive Rate using base-pair window as proximity measure.

Usage

TPR_WS(model, truth, mapmat, winsize = 1000)

Arguments

model

Integer vector of selected SNP indices.

truth

Integer vector of true causal SNP indices.

mapmat

Map matrix with chromosome and position columns.

winsize

Window size in base pairs (default 1000).


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