Giter VIP home page Giter VIP logo

Comments (4)

privefl avatar privefl commented on September 7, 2024
  1. You should not have to match after getting the results from LDpred2, you should always do it before, otherwise you could lose some predictive accuracy.

  2. Do not use GFBM = as_FBM(G[,map_pgs2[["_NUM_ID_"]]]), use instead the ind.col parameter in big_prodMat().

  3. I am not sure where the issue is but maybe it's because you're multiplying by map_pgs2$beta first, and then only uniformly by (-1)?

Anyway, I'm quite sure there is no issue with big_prodMat(); it must be some mistake in your code.

from paper-ldpred2.

lizlitkowski avatar lizlitkowski commented on September 7, 2024

Thanks for the quick reply. I didn't think there was an issue with big_prodMat(). I was trying to understand if it was just performing a simple calculation of the beta value*genotype for each SNP for each individual and then summing them up?

from paper-ldpred2.

privefl avatar privefl commented on September 7, 2024

Yes, just a matrix product, equivalent to G %*% beta, and yes you need to sum these up if you do it per chromosome.

from paper-ldpred2.

lizlitkowski avatar lizlitkowski commented on September 7, 2024

Great. Thank you!

from paper-ldpred2.

Related Issues (10)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.