-
Notifications
You must be signed in to change notification settings - Fork 5
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
Question about -ej option in macs #33
Comments
For population join events all chromosomes from the population specified On 07/08/2015 06:08 PM, cdquinto wrote:
|
In my example,
macs 10 100000 -t 0.004 -r 0.004 -h 1e5 -I 2 5 5 -n 1 2 -n 2 2 -ej 0.0003 2
1
Population 1 has size 2 before receiving the chromosomes from population 2.
After these populations are joined, does population 1 still has size 2?
|
Yes. It receives migrants from 2, but the population size is an On 07/08/2015 10:03 PM, cdquinto wrote:
|
Hello again,
When the option -ej is used, what happens to the size of population j? Is it the same as specified in the command?
In particular, I want to know if these 2 commands will have the same behavior.
Command 1:
macs 10 100000 -t 0.004 -r 0.004 -h 1e5 -I 2 5 5 -n 1 2 -n 2 2 -ej 0.0003 2 1 -en 0.000300001 1 2
-en 0.00005 1 1
Command 2:
macs 10 100000 -t 0.004 -r 0.004 -h 1e5 -I 2 5 5 -n 1 2 -n 2 2 -ej 0.0003 2 1 -en 0.00005 1 1
Thank you
The text was updated successfully, but these errors were encountered: