Changes in version 0.1.0 (2019-09-17): + initial commit Changes in version 0.2.0 (2019-11-28): + The functions calculateSummary, plotCellCounts, and plotDist have been added Changes in version 0.3.0 (2021-05-07): + Added helper functions for spillover correction + Removed redundant functions Changes in version 0.3.1 (2021-05-15): + readSCEfromTXT accepts list and path Changes in version 0.3.2 (2021-05-16): + adjusted plotSpotHeatmap function and unit test Changes in version 0.3.3 (2021-05-17): + unit tests for binAcrossPixels Changes in version 0.3.4 (2021-05-18): + added readImagefromTXT function and tests Changes in version 0.3.5 (2021-05-20): + unit tests and docs for filterPixels Changes in version 0.3.6 (2021-06-04): + added read_steinbock function, docs and tests Changes in version 0.3.7 (2021-06-14): + added read_cpout function, docs and tests Changes in version 0.3.8 (2021-06-30): + Adjusted default parameters for read_steinbock function + Added updated test data Changes in version 0.3.9 (2021-07-29): + Added buildSpatialGraph function + Added plotSpatial function + Added aggregateNeighbors function Changes in version 0.3.10 (2021-08-18): + Added countInteractions function + Added testInteractions function Changes in version 0.3.11 (2021-08-19): + Added flip_x, flip_y argument for plotSpatial function + readSCEfromTXT does not require spot names anymore + knn graph construction can be pruned by distance + added Changes in version 0.3.12 (2021-09-01): + clean up for Bioconductor submission Changes in version 0.99.0 (2021-09-14): + Bioconductor submission Changes in version 0.99.7 (2021-10-10): + Added all unit tests + Fixed read_steinbock x/y axis defaults Changes in version 0.99.8 (2021-10-11): + Added patch detection method Changes in version 0.99.9 (2021-10-22): + Removed certain unit tests for 64-bit windows Changes in version 1.1.1 (2021-11-16): + Bug fix in testInteractions: consider now all possible combinations of cell types Changes in version 1.1.2 (2021-11-28): + Moved all helper functions to single script Changes in version 1.1.3 (2021-12-15): + Bug fix: divide number of interactions by total number of cells for classic and patch interaction counting Changes in version 1.1.4 (2021-12-23): + Added option to restrict the maximum distance between neighbors in delaunay triangulation Changes in version 1.1.5 (2022-01-07): + More specific access of metal tags Changes in version 1.1.6 (2022-01-12): + Bug fix: correctly index graphs when reading in steinbock data Changes in version 1.1.7 (2022-03-30): + readSCEfromTXT: only read in last metal occurrence in .txt file name Changes in version 1.1.8 (2022-04-03): + Adjusted read_cpout function to newest pipeline Changes in version 1.1.9 (2022-04-19): + Bug fix: patchDetection now works on SpatialExperiment object + Fix for release Changes in version 1.2.1 (2022-04-28): + Bug fix: avoid using factors in testInteraction function for group_by Changes in version 1.2.2 (2022-06-02): + Bug fix: avoid accumulation of metadata and int_metadata entries Changes in version 1.2.3 (2022-06-04): + Bug fix: specify the number of nodes in patchDetection function