Skip to content

Possible mislabelling of Q.bird substitution model #186

Closed Answered by roblanf
lsjermiin asked this question in Q&A
Discussion options

You must be logged in to vote

I double checked and @bqminh is right - no mislabelling. I'll post some code to do it because it can help with checking any model one might estimate.

To check, I randomly sampled 100 loci from the datasets we used to estimate the mammal and bird models and ran ModelFinder on those loci like this (the nexus file has the partitions and the sequence):

iqtree2 -s alignment.nex -S alignment.nex --prefix 100 -T 32 -m TESTONLY --subsample 100 --subsample-seed 1

Then I counted up the models best fit to each of the 100 loci like this:

grep '^ *[^ ]\+:' 100.best_scheme.nex | awk -F: '{print $1}' | awk '{print $NF}' | cut -d'+' -f1 | sort | uniq -c | sort -nr

The results. For the 100 bird loci:

Replies: 3 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@roblanf
Comment options

Answer selected by roblanf
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@bqminh
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants