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.0.1 (2021-11-16): + Bug fix in testInteractions: consider now all possible combinations of cell types Changes in version 1.0.2 (2021-12-15): + Bug fix: divide number of interactions by total number of cells for classic and patch interaction counting