Changes in version 0.99.19 - Estimate variograms only for features to be tested Changes in version 0.99.18 - Switch to lapply for buildGams Changes in version 0.99.17 - Added r-universe github build - Switch to tempfile for illustrating writeSbivarToXlsx() Changes in version 0.99.16 - Provide featuresX and featuresY to sbivarMulti Changes in version 0.99.15 - Scale contributions to correlation by maximum absolute value in plotGAMs Changes in version 0.99.14 - Keep finite correlation estimates Changes in version 0.99.13 - Fix naming bug in extractResultsMulti Changes in version 0.99.12 - Add option to scale point sizes to library sizes in case of normalization or offset modelling Changes in version 0.99.11 - Add pseudocount for gamma family in plotGAM Changes in version 0.99.10 - Switch to SnowParam for multithreading on windows - No more multithreading in vignette building on windows Changes in version 0.99.9 - Call gtsat:variogram and gstat::vgm explicitly Changes in version 0.99.8 - Use bpworkers(bpparam()) to retreive number of registered cores rahter than bpparam()$workers Changes in version 0.99.7 - Rearrange matrix multiplications for GAMs to save memory - C++ speed-ups for GPs and Moran's I - Fixing some potential issues in fitLinModels and extractResultsMulti - Add Makevars for C++ Windows installation Changes in version 0.99.6 - Switch to common names for metabolites in Vicari data - Switch off GP smoother in GAMs as default - In plotGAMsTopResults, use provided families as default Changes in version 0.99.5 - Fix bugs in plotGAM - Add feature names as columns in results Changes in version 0.99.4 - Fix bugs in testGAM - Update Github readme Changes in version 0.99.3 - Include Gaussian random field in GAM fitting to account for stochastic neighbour resemblance Changes in version 0.99.2 - When Gamma fit fails, attempt negative binomial fit Changes in version 0.99.1 - Preparing submission to Bioconductor Changes in version 0.2.1 - Modify weighting parameters for Moran's I - Add pseudocount for GAMs with gamma distribution - Stricter row and column name checking Changes in version 0.2.0 - Implement bivariate Moran’s I for single images - Disallow sample matching and correlation for disjoint coordinate sets - Scale by maximum values for bivariate Moran’s I Changes in version 0.1.4 - Enforce x-y column names for the coordinates in sbivarMulti too Changes in version 0.1.3 - Make the package more verbose, printing progress on fitting and testing Changes in version 0.1.2 - Enforce valid names on data matrices with giveValidNames() Changes in version 0.1.0 - Package creation and first upload to Github