Closed zh-zhang1984 closed 2 years ago
Hi,
Apologies for the slow response. To diagnose this issue, could you send me (c.a.de.leeuw@vu.nl) the locus object returned from process.locus() for the first couple of loci? Then I can run through the code manually with that as input and figure out what's going on. You can just save them to a file using something like save.image(locus, file=paste0("locus", ii, ".rdata"))
right after the process.locus() call in the loop above should do the trick.
Best, Christiaan
I can solve this issue, this time some of the rows contains NAs; and most rows do not contain NA.
I can solve this issue, this time some of the rows contains NAs; and most rows do not contain NA.
Hello, I have also encountered this problem recently. I do not know the reason and how to solve it. Could you give me some hints
Hi I have run the run.bivar successfully but the results seem some errors because all r2.lower, r2.upper, lo.lower and lo.upper are NA. When I extend the locus to 100, the these quantitatives are still all NAs
Are there any hints to solve this issue?