Skip to content

Problem about number of causal risk variants #11

@Larrycpan

Description

@Larrycpan

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions