Skip to content
Discussion options

You must be logged in to vote

Hi.

From what I understand, extract_outcome_data() is a data extraction function, not a SNP selection/filtering function. It assumes you've already constructed a valid SNP set to look up e.g., during instrument selection using extract_instruments(). The data extraction can still be narrowed down to any desired SNP set (e.g., instruments at p=5e-8 level) by specifying the "snps" parameter e.g.,:

instruments <- extract_instruments(..., p1 = 5e-8, ...) 

extract_outcome_data(snps = instruments$SNP, ...)

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@remlapmot
Comment options

Answer selected by remlapmot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants