Skip to contents

Strand flip alleles

Usage

strand_flip(tbl)

Arguments

tbl

a dplyr::tibble() with columns EffectAllele and OtherAllele

Value

a dplyr::tibble() with columns EffectAllele and OtherAllele flipped

Examples

if (FALSE) { # \dontrun{
tbl <- strand_flip(tbl)
} # }