KamilSJaron / TEAscus

a simulator of TE dynamics for haploid somatic phase and parametrized reproduction mode
Creative Commons Zero v1.0 Universal
1 stars 0 forks source link

Separation of mitotic and meiotic transposition #2

Closed KamilSJaron closed 6 years ago

KamilSJaron commented 6 years ago

Transposition should be duing reproduction as separate process for

This will allow background jumps during sexual reproduction and mainly it allows to separate the probabilities of sex/asex transposition -> i.e. we can allow higher transposition rate during meiosis.

KamilSJaron commented 6 years ago

TODO: once implemented in code, wiki should be updated.

KamilSJaron commented 6 years ago

Regarding this problem, from Denis' email:

For the transposition process, it would be easier to draw the total number of new transposons from a Poisson distribution with parameter u*nTot (where nTot is the total number of transposons present in the genome), and then draw a chromosome and a position for each new transposon (rather than drawing a number of transposition events for each transposon).