Hi Benjamin,
> we are working on this right now, and this option will be available in the new RAxML, which will be hopefully released
> in December (or early 2017). It will accept genotype likelihoods in VCF or in a simpler home-brew text format.
> This is a feature I would send chocolate for!
thanks, our postal address is easy to find :)
> For me, it would be great if you could input something other than phred-scaled likelihoods (PL), since I want to take
> into account the differences between the sites.
What kind of difference do you mean? If it's difference in evolution rates, we can use standard GAMMA/CAT model to model
this.
>Although I haven't thought about it a lot, so maybe PL would work. I'm
> doing my own simple likelihood calculations, so I could really put it into any format. What are you currently thinking?
That's definitely possible, we currently use the simple format like this:
4 11
Sample1 Sample2 Sample3 Sample4
YCCC 10,0,10,0 20,0,0,0 20,0,0,0 20,0,0,0
GGGG 0,0,0,20 0,0,0,20 0,0,0,20 0,0,0,20
AAAA 0,20,0,0 0,20,0,0 0,20,0,0 0,20,0,0
CCCC 20,0,0,0 20,0,0,0 20,0,0,0 20,0,0,0
AAAA 0,20,0,0 0,20,0,0 0,20,0,0 0,20,0,0
TTTT 0,0,20,0 0,0,20,0 0,0,20,0 0,0,20,0
CCCC 20,0,0,0 20,0,0,0 20,0,0,0 20,0,0,0
TTTT 0,0,20,0 0,0,20,0 0,0,20,0 0,0,20,0
TTTT 0,0,20,0 0,0,20,0 0,0,20,0 0,0,20,0
GGGG 0,0,0,20 0,0,0,20 0,0,0,20 0,0,0,20
AAAA 0,20,0,0 0,20,0,0 0,20,0,0 0,20,0,0
(here is an example for DNA data with 4 states and integer frequencies/counts)
> I would be happy to test out code for you.
Great, thanks! I will contact you as soon as we have a working pre-release version, presumably in December.
Best,
Alexey