Giter VIP home page Giter VIP logo

Comments (5)

agrueneberg avatar agrueneberg commented on June 7, 2024

Thanks for the detailed report. Could you please confirm that the alternate phenotype file has been correctly loaded, i.e., if bg@pheno contains the my_phenodata column with valid data?

from bgdata.

naglemi avatar naglemi commented on June 7, 2024

It appears to me that it has been loaded correctly.

> bg@pheno
                 FID     IID my_phenotype
201782_400194 201782  400194   NA
201782_400495 201782  400495    0

Here's the tab-separated file I loaded in:

>head -n 3 REP_2_SW3_TDZ_withheader
FID	IID	my_phenotype
201782	400194	NA
201782	400495	0

from bgdata.

agrueneberg avatar agrueneberg commented on June 7, 2024

What version of BGData are you using? You can check with packageVersion("BGData").

from bgdata.

naglemi avatar naglemi commented on June 7, 2024

I'm on version 2.0.0. Please let me know if anything else would be helpful to figure this out.

> packageVersion("BGData")
[1] ‘2.0.0’

from bgdata.

agrueneberg avatar agrueneberg commented on June 7, 2024

Sorry, I forgot to follow up on this issue... If you are still interested, could you please run your GWAS call again with nCores = 1, i.e. gwas <- GWAS(formula = my_phenotype ~ 1, data = bg, nCores = 1)? This should give you a better error message. The package we use for multi-core computations swallows error messages unless explicitly handled, which I have just addressed in 47e89bb (an alternative would be to try running the code again with the development version).

from bgdata.

Related Issues (20)

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.