Skip to contents

This functions gives statistics on the count and frequency of false negatives, true negatives, false positives and true positives in analysed data

Usage

get_stats(pvalues, true_causal, a)

Arguments

pvalues

A vector of the pvalues calculated from analysis.

true_causal

A vector indicating causal SNPs (1 where causal, 0 where not causal).

a

An integer specifying significance level and thereby the cutoff for a SNP being causal.

Value

A dataframe containing the statistics