I see! I don't have much experience with the PWM format, so I thank you for looking into this.
Is the expected PWM format then only integer values, like a count matrix?
Yetfasco also provides the data as a "PFM" or Position Frequency Matrix. In this matrix, all the values are stored as fractions between 0 and 1.
http://yetfasco.ccbr.utoronto.ca/1.02/Downloads/Expert_PFMs.tar.gzThe equivalent PFM to YDR146C that you pasted is this:
A 0.403846154 0.653846154 0.0 0.0 1.0 0.0 0.0 0.615384615
T 0.25 0.038461538 0.0 0.0 0.0 0.0 0.0 0.076923077
G 0.25 0.038461538 0.0 0.0 0.0 1.0 0.0 0.076923077
C 0.096153846 0.269230769 1.0 1.0 0.0 0.0 1.0 0.230769231
I also tried converting the PFM to PSAM and got an error, but perhaps I could, for example, scale each PFM to integer values from 0 to 100 and convert that?