Dear Julian and Stacks users,
I have a different output in populations compared to what I get in the mysql database. I was hoping you could help me out.
My current analysis involves 23 individuals divided into 2 populations. I ran
denovo_map.pl, built my PE with velvet, and then ran populations.
I call populations like this:
$ populations -P ./stacks/ -M ./popmap -r .90 -p 2 -b 1 --structure
After populations, I went to the batch_1.fst_1-2.tsv file to sort by FST values, and zoomed in on the highest outliers:
| # Batch ID |
Locus ID |
Pop 1 ID |
Pop 2 ID |
Chr |
BP |
Column |
Overall Pi |
Fst |
| 1 |
77811 |
1 |
2 |
un |
7236407 |
0 |
0.0714286 |
0.5504587156 |
Above you can see tag ID 77811 with an FST of 0.55. BUT, when I go to my mysql database: Catalog ID 77811 has an FST 0.16. This FST value corresponds to what I expect in this tag, as 17 of 23 individuals have complete consensus.
Does anyone know what I am missing here?
Thank you for your help.
//Peter