CHANGES IN VERSION 1.8.0 ------------------------ NEW FEATURES o two new statistical tests are available (in addition to hypergeometric and Wilcoxon rank-sum test): 1) binomial test when genes are associated with two counts (e.g. number of amino-acid changes in two species since a common ancestor); 2) 2x2 contingency table test when genes are associated with with four counts (e.g. number of non-synonymous or synonymous variants that are fixed between or variable within species.) o new 'silent' option represses all output to the screen except for warnings and error messages USER-LEVEL CHANGES o default 'genes' input is now a dataframe with gene-identifiers in column 1 and gene-associated variables, like scores or counts in the other columns (the old vector-input will still work for hypergeometric and Wilcxon rank-sum test) o sort aba_enrich(...)[[1]] output also on structure-ID (after sorting on age category and FWER) o sort genes in 'get_annotated_genes' output (mixedsort) o rename aba_enrich() column 'times_FWER_under_0.05' to 'n_significant' IMPROVEMENTS o performance improvements for aba_enrich and get_annotated_genes o modified generation of temporary files allows parallel processing with mclapply