美文网首页比较基因组学
MCMCTree 分析中的时间单位问题——100百万年

MCMCTree 分析中的时间单位问题——100百万年

作者: SnorkelingFan凡潜 | 来源:发表于2021-06-10 21:02 被阅读0次

先见教程:http://abacus.gene.ucl.ac.uk/software/MCMCtree.Tutorials.pdf

The tree file looks like this
71
((((human, (chimpanzee, bonobo)) '>.06<.08', gorilla), (orangutan, sumatran)) '>.12<.16', gibbon);
//end of file
((((human, (chimpanzee, bonobo)) 'B(.06, .08)', gorilla), (orangutan, sumatran)) 'B(.12, .16)', gibbon);
The first line has the number of species (7) and the number of trees (1). Then the tree in Newick format is given. The tree must not have branch lengths. The tree has two fossil calibrations, one for the most recent common ancestor of human-chimp: ’> .06 < .08’ and another for the most recent common ancestor of the greater apes: ’> .12 < .16’. The time unit is 100 Million years (Myr). So the first calibration restricts the common ancestor of human-chimp to be between 6-8 Myr ago.

由原文程序设定可知,分子钟的时间单位是100 Million years (Myr),所以在运行MCMCTree分析时输入的时间校正单位也应该是100百万年
<in.tree> newick format rooted tree with calibration time

相关文章

  • MCMCTree 分析中的时间单位问题——100百万年

    先见教程:http://abacus.gene.ucl.ac.uk/software/MCMCtree.Tutor...

  • 2022-05-31

    mcmctree估算物种分歧时间 https://www.biomart.cn/news/16/2908793.h...

  • mcmctree

    注:数据集是核酸序列; 1. fasta2paml; perl Gblocks2Paml.pl orthology...

  • PAML: 进化分歧时间估计

    看到一个可进行物种分歧时间估计的方法,是PAML中的一个子程序mcmctree。在此记录。 标题:PAML 4: ...

  • mcmctree估算物种分歧时间

    推断物种系统发育关系以及分歧时间对探讨物种起源与演化具有重要意义。通过最大似然法(ML)构建物种进化树以及估算物种...

  • mcmctree估算物种分歧时间

    基因序列中的密码子随着时间的推移以几乎恒定的比例进行替换,具有恒定的演化速率,因此两个物种时间的遗传距离与物种分歧...

  • vue在less中使用calc 的问题

    场景:在less中,calc(100% - 40px )等带单位混合运算会被less解析忽略单位,全部按照百分比计...

  • ffmpeg中的时间单位

    fmpeg中的时间单位AV_TIME_BASEffmpeg中的内部计时单位(时间基),ffmepg中的所有时间都是...

  • 《人类简史》读书分享

    《人类简史》不是一部历史书籍,而是一部哲学著作。作者用宏观的历史观,以百、千、万年的时间跨度作为时间单位,大视角、...

  • H5开发中的单位设计转换问题分析

    引出问题 设计标一个50px,为什么我们需要除以2后,写成25px呢? 为什么在移动端开发过程中,我的红米手机分辨...

网友评论

    本文标题:MCMCTree 分析中的时间单位问题——100百万年

    本文链接:https://www.haomeiwen.com/subject/vnupeltx.html