Closed ramiromagno closed 3 years ago
Documentation of exists_variant is not up to date: https://rmagno.eu/gwasrapidd/reference/exists_variant.html. The second example in section Examples is no longer correct:
exists_variant
exists_variant('rs123456') # FALSE #> rs123456 #> TRUE
It returns TRUE now. Just need to pick another made-up rsId to have an example that returns FALSE.
TRUE
FALSE
Documentation of
exists_variant
is not up to date: https://rmagno.eu/gwasrapidd/reference/exists_variant.html. The second example in section Examples is no longer correct:It returns
TRUE
now. Just need to pick another made-up rsId to have an example that returnsFALSE
.