-----------------------------
NEW FEATURES:
* New filter element: 'Restrict to regions'. This requires a separate text file with one row for each region, and three tab (or space) separated columns: chromosome, start, end. NB: Chromosome numbers must be written as in the variant files.
* New column operators 'starts with' and 'does not start with'.
* When loading a file, a warning is displayed if there are no homozygous variants. (This may happen if a wrong symbol of homozygosity is given in the input settings dialog.)
* More informative output of 'Pairwise sharing'. In addition to variant sharing in absolute numbers, I've added a second matrix showing the results in percentages: The entry (i,j) is the percentage of variants in sample 'i' that are also found in sample 'j'. Note that this is in general not a symmetrical matrix.
* 'Build database' now offers two alternatives: Simple or extended format. The simple format is as before, with five columns (chromosome, position, samples total, heterozygous, homozygous). The extended format has one column per sample, with entries 0 (not present), 1 (heterozygous), 2 (homozygous).
Note: Legal/ethical issues may conflict with using/distributing databases of human data in extended format.
* New function 'Add to database', which adds the variants of the selected files to an existing database. The function recognizes if the database is in simple or extended format. The updated database is sorted and saved in a separate file with a suffix '_new'. (E.g. if the existing file was named spam.txt, the new file will be spam_new.txt.
* The database functions deal differently with repeated variant positions within a single sample. If several variants have the same position, they are counted only once: As homozygous if any of them are, otherwise heterozygous.
BUG FIXES:
* Gene lengths (and therefore p-values in 'Gene sharing' analysis) were incorrectly handled in some cases where the 'Exclude genes' filter was switched on and then off.
* Right click menus didn't show on some Mac systems. Fixed now I think.
OTHER:
* Improved and tightened layout of the filter box.
* Changed to mono-spaced font in all entry fields. (Same font but one point larger than in main text field. Subject to change.)
* In 'Preferences': Added possibility to change the general font size.