-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
I've dowloaded the file credible_set.v2.1.20240623.tar.gz from CAUSALdb2 website, and maintained records with PP value > 0.95 in any of the seven tools.
df <- df[apply(df[,14:20], 1, function(x) sum(x > 0.95) >= 1),]
or
df <- df %>% dplyr::filter(abf > 0.95 | finemap > 0.95 | paintor > 0.95 | caviarbf > 0.95 | susie > 0.95 | polyfun_finemap > 0.95 | polyfun_susie > 0.95)
However, I found only 239829 records (58898 unique variants) keeping significance, which is inconsistent with that described in the CAUSALdb2 paper as 3,504,708 causal variants. I'm wondering if I have made a mistake.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels