Skip to content

How to use the proxies from local outcome dataset #326

Closed Answered by mocksu
mocksu asked this question in Q&A
Discussion options

You must be logged in to vote

Yes I've implemented a solution. Although the code can't be shared, the steps to carry out the proxy finding are as follows:

  1. find a LD reference panel (e.g. 1000 Genomes), tabix it. If you are using one file for one chrom, tabix each one of them.
  2. select a SNP (typically an IV SNP after pruning) that you need to find proxies for ("SNP S")
  3. If "SNP S" is in your outcome dataset, you don't need to look for a proxy
  4. If "SNP S" is not in your outcome dataset, find SNPs in the reference panel that have high LDs (e.g. R2=1) with "SNP S", and you get a collection of SNPs ("list P" SNPs). Since your reference panel is tabixed, the look up is fast.
  5. If any SNP ("SNP P") in "list P" is also in your ou…

Replies: 3 comments 8 replies

Comment options

You must be logged in to vote
6 replies
@MGjorgoska
Comment options

@mattlee821
Comment options

@MGjorgoska
Comment options

@mattlee821
Comment options

@MGjorgoska
Comment options

Comment options

You must be logged in to vote
2 replies
@laleoarrow
Comment options

@2613df
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by mocksu
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
7 participants