Florian Privé

Results 380 comments of Florian Privé

Thanks for this investigation. If I understand correctly, the problem arises because the genetic positions are not monotonic with the hg38 positions. Then the question is: do we really want...

The thing with kNN is that it is okay because the data is so dense in the genetic map, which might not be the case when considering only the variants...

What about using `method = "fmm"`? It does not need monotonic positions.

Yes, please tell me if results with this look reasonable.

Thanks for reporting. I'll try when I have some time this week.

I'll try to look at this again next week.

So, I think there are two okay solutions: 1. Use a linear interpolation: `approx(pos.chr, new_pos, xout = pos.chr[indNA], rule = 2)$y` 2. Do not try to interpolate positions corresponding to...

Thanks for this! I'll look at it next week. Could you point me to some resources you used to base your implementation on?

Thanks for the refs. Yes, there is still quite some work to be done.

I agree it would be great to have this in the package. However, there is still quite some work to be done to finish implementing this. And I have absolutely...