Skip to content

Constructing LD variance-covariance matrix #9

Description

@ckhunsr1

Hi,

I am trying to use a summary-level Bayes model (i.e. creating a PRS model using GWAS sumstat and 1000Genome reference panel with HAPMAP3 snplist). So far, I created an LD variance-covariance matrix with this command: ldm4 = ldmat(geno, map, ldchr=FALSE, chisq=5, threads=4); however, the final model seems to be unstable.

I tried to create an LD variance-covariance matrix with this command instead: ldm3 = ldmat(geno, map, ldchr=FALSE, threads=4). The problem is this step requires a very large memory even when I only limited the snplist to HAPMAP3 variants (jobs always got killed because of not enough memory). Would you please advise on how to solve this problem?

Thank you!

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