flip_to_positive_allele_for_dat1()

flip_to_positive_allele_for_dat1(df)

Arguments

df

A dataframe that is in the snpset format (like returned by the get_snpset() function)

Value

The input dataframe after flipping to the positive effect allele in dataframe 1

Examples

if (FALSE) { flip_to_positive_allele_for_dat1(df) }