Details
Description
In ResidueProperties static initialisation:
hydrophobic.put("T",Integer.valueOf(0)); // 0 == residue lacks property
- has been that way (or new Integer(0)) for at least 10 years
This is contrary to the Venn diagram and matrix for the conservation calculation description.
See for example uniref50.fa column 68 which is all T, reported as !hydrophobic in the conservation annotation tooltip.
hydrophobic.put("T",Integer.valueOf(0)); // 0 == residue lacks property
- has been that way (or new Integer(0)) for at least 10 years
This is contrary to the Venn diagram and matrix for the conservation calculation description.
See for example uniref50.fa column 68 which is all T, reported as !hydrophobic in the conservation annotation tooltip.