alignStrands | R Documentation |
Aligns strands between 2 summary statistics data
alignStrands( inputData, A1.x = "A1.x", A2.x = "A2.x", A1.y = "A1.y", A2.y = "A2.y", discardAmbiguousSNPs = T )
inputData |
dataframe of both studies with columns: A1.x, A2.x, A1.y, A2.y |
A1.x |
(optional) column name for A1 allele in study 1 (default "A1.x") |
A2.x |
(optional) column name for A2 allele in study 1 (default "A2.x") |
A1.y |
(optional) column name for A1 allele in study 2 (default "A1.y") |
A2.y |
(optional) column name for A1 allele in study 2 (default "A2.y") |
discardAmbiguousSNPs |
(optional) if ambiguous SNPs (G/C and A/T) should be discarded (default TRUE) |
returns real value of the approximate correlation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.