yesNoMaybe {Rariant} | R Documentation |
Determine the evidence (absence, presence, dontknow) of variants.
yesNoMaybe(x, null = 0, one = 0.5)
x |
GRanges with variants, as returned by 'rariant'. |
null |
Shift consistent with the _absence_ of a variant. |
one |
Shift consistent with the _presence_ of a variant. |
The same GRanges object as the input 'x', with the factor column 'verdict': 'absent', 'present', 'inbetween', 'dontknow'