美文网首页
仅作个人笔记 - 早期基因流的fastsimcoal2模型的配置

仅作个人笔记 - 早期基因流的fastsimcoal2模型的配置

作者: 深山夕照深秋雨OvO | 来源:发表于2023-12-04 09:02 被阅读0次

仅作个人笔记使用意思就是只考虑我能不能看懂

  1. 只谈两个群体

  2. 配置文件来自于fsc论坛
    https://groups.google.com/g/fastsimcoal/c/AKrFl7v0Ft0
    适用于最新版本的fsc

  3. 模型是这样的:


    early gene flow
  4. tpl文件
    I think you can simplify your tpl file. Maybe try something like:

//Parameters for the coalescence simulation program : fastsimcoal.exe
2 samples to simulate
//Population effective sizes (number of genes)
CAPOPSIZE
JUPOPSIZE
//Haploid samples sizes
10
10
//Growth rates: negative growth implies population expansion
0
0
//Number of migration matrices : 0 implies no migration between demes
3
//Migration matrix 0
0 0
0 0
//Migration matrix 1
0 M23
M32 0
//Migration matrix 2
0 0
0 0
//historical event: time, source, sink, migrants, new deme size, new growth rate, migration matrix index
3 historical event
Tmig 0 0 0  MID1  0 1 absoluteResize
Tmig 1 1 0  MID0  0 1  absoluteResize
TDIV 0 1 1  ANCPOPOSIZE  0 2  absoluteResize
//Number of independent loci [chromosome]
1 0
//Per chromosome: Number of contiguous linkage Block: a block is a set of contiguous loci
1
//per Block:data type, number of loci, per generation recombination and mutation rates and optional parameters
FREQ 1 0 3.03e-9 OUTEXP
  1. est文件
    For the est file I'd advice to use loguniform distribution for large search ranges
// Priors and rules file
// *********************
[PARAMETERS]
//#isInt? #name   #dist.#min  #max
//all Ns are in number of haploid individuals
1 CAPOPSIZE logunif 1e2    1e8 output
1 JUPOPSIZE logunif  1e2   1e8 output
1 ANCPOPOSIZE unif  1e2   1e8 output
1 MID0 logunif  1e2   1e8 output
1 MID1 logunif  1e2   1e8 output
1 Tmig unif 1  1340000  output bounded
1 TDIV unif  Tmig   1340000 output  paramInRange
0 M23 logunif 1e-7   1 output
0 M32 logunif 1e-7   1 output

[COMPLEX PARAMETERS]

相关文章

  • FreeCodeCamp Intermediate Algori

    FreeCodeCamp 中级算法 个人笔记,仅作留档 Sum All Numbers in a Range 我们...

  • WebView调试

    文章仅做个人笔记使用: chrome浏览器自带的 webview调试 需要在代码中配置: WebView....

  • FreeCodeCamp Basic Algorithm Scr

    FreeCodeCamp 初级算法 个人笔记,仅作留档 Reverse a String 翻转字符串先把字符串转化...

  • CentOS7下防火墙相关

    本文章仅作为个人笔记 iptables相关:(更改完配置需运行/etc/rc.d/init.d/iptables ...

  • mysql配置

    mysql配置 本文用于个人记录,仅作参考 系统版本 windows7 mysql版本 5.7.16 客户端Nav...

  • tSNE和UMAP

    注:仅作个人科研生涯学习思考之用,侵删。 单细胞笔记5-tSNE和UMAP[https://www.jianshu...

  • 有关于git的使用-初级篇

    作个记录,仅作备忘用。本文包括webstorm配置git,和使用gitbash命令行的操作。 gitbash命令行...

  • 借Kotlin探索MVP、RxJava(3)

    RxJava2 本文仅作个人笔记总结使用。目前接触到的程度限于基本使用,更丰富的类型还需查阅文档运用。 Obser...

  • Android动画

    学习Android动画过程,参考了众大神的文章自己消化(见参考资料)整理的一篇笔记,仅作个人备忘。 一、动画概况 ...

  • SKIL/工作流程/Keras模型

    Keras 模型SKIL v1.0.3系统通过笔记本(用于训练和配置)以及模型导入(接受外部创建的模型)支持Ker...

网友评论

      本文标题:仅作个人笔记 - 早期基因流的fastsimcoal2模型的配置

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