Skip to content

Version 0.2.0

Compare
Choose a tag to compare
@AB-Kent AB-Kent released this 10 May 16:43

Analysis addin:

  • Add support for aggregation by a selectable column (#3). This allows
    reporting by Sample Name or Annotation ID as well as by Slide ID.
  • Detailed output of nearest neighbors includes the Cell IDs of
    nearest neighbors as provided by phenoptr::find_nearest_neighbors.
  • Recognize and correctly read inForm data
    which uses comma as the decimal separator.
    (Requires phenoptr >= 0.1.6.9000; related to akoyabio/phenoptr#8).
  • More robust find_common_prefix function works with empty and
    numeric Slide IDs.

Bug fixes:

  • Fix the way the analysis addin handles special characters in Slide ID (#9).
  • Fix file chooser to work on RStudio Server.