flip_to_positive_allele_for_dat1 | R Documentation |
flip_to_positive_allele_for_dat1()
flip_to_positive_allele_for_dat1(df)
df |
A dataframe that is in the snpset format (like returned by the get_snpset() function) |
The input dataframe after flipping to the positive effect allele in dataframe 1
## Not run:
CD_UKBB_index_snps <- get_lead_snps(CD_UKBB)
snpset <- get_snpset(CD_UKBB_index_snps, CD_FINNGEN)
flip_to_positive_allele_for_dat1(snpset$matched)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.