Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

关于遗传图谱流程的一些问题 #1

Open
xiekunwhy opened this issue Jun 19, 2019 · 0 comments
Open

关于遗传图谱流程的一些问题 #1

xiekunwhy opened this issue Jun 19, 2019 · 0 comments

Comments

@xiekunwhy
Copy link

你好,
在开发遗传图谱流程的过程中,看了一下您这里代码,我觉得有两个问题可以探讨一下
1)参考基因组比较好的物种,如水稻、玉米、大豆等没有必要重新排图,直接按物理位置校正基因型后计算遗传距离即可,从头排图还会带了后期qtl定位结果注释困难的问题。如下几篇文献就是这么做的,
https://genome.cshlp.org/content/19/6/1068
https://www.pnas.org/content/107/23/10578
https://bmcgenomics.biomedcentral.com/articles/10.1186/1471-2164-15-433
https://doi.org/10.1016/j.molp.2017.03.006
只有在需要对基因进行优化或者亲本与参考差异比较大的时候需要按无参的方式进行排图。
2)这个流程里的binmap得出的结果可能不符合遗传图中bin的实际定义,也就是取完bin以后从头排图可能出现遗传位置一样的两个或多个bin标记,遗传图中bin是针对遗传位置唯一性进行定义的。

我是想针对有染色体水平参考的物种,直接按照上面这些文献的方法去做。不知我的说法有什么不妥之处。

Best wishes
谢坤

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant