compareVariants: Compare a set of variants (hits) with a set of expected...

Description Usage Arguments

Description

This function compares two sets of variants and reports the number of true positives, false positives and false negatives.

Usage

1
compareVariants(known, hits, links = NULL)

Arguments

known

data frame of known/expected variants; should contain column names (chr, position)

hits

data frame of hits/observed variants, should contain column names (chr, position)

links

four-column table with thesaurus links as obtained by function getLinksFromFile(). These links are assumed to correspond to variants given via the data frame hits.


tkonopka/RGeneticThesaurus documentation built on May 31, 2019, 3:44 p.m.