Detect "indels" in GWAS summary statistics
flag_indels.RdDetect "indels" in GWAS summary statistics
Arguments
- tbl
a
dplyr::tibble()with columnsEffectAlleleandOtherAllele
Value
a dplyr::tibble() with a TRUE/FALSE column indel added, where
indel == TRUE corresponds to a row marked as an indel.
Examples
if (FALSE) { # \dontrun{
all_indels <-
flag_indels(tbl) |>
dplyr::filter(indels)
} # }