get_stats | R Documentation |
This functions gives statistics on the count and frequency of false negatives, true negatives, false positives and true positives in analysed data
get_stats(pvalues, true_causal, a)
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. |
A dataframe containing the statistics
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.