Changes

  • RunAzimuth() added to support local annotation.
  • LoadH5AD() assumes matrix is CSR if metadata to resolve matrix type is unavailable.
  • Bug fix for anndata files containing cells with 0 counts.

Changes

  • LoadH5AD() now supports H5AD files containing CSC matrices at X or X/raw. Previously only CSR matrices were readable.

Changes

  • Bug fix for cell renaming when interactively subsetting
  • Bug fix for references created with fewer than 50 dimensions

Changes

  • Demo dataset is now optional
  • Add default hosted homolog file location
  • Bug fix when query cell name(s) overlap with reference names
  • Bug fix for Windows path specification for the reference directory

Added

  • Ability to download all Azimuth results on Downloads tab

Added

  • Option to have meta.data in reference that will display on hover but not be transferable via Azimuth.app.metadata_notransfer
  • Option to display meta.data table in heatmap form with Azimuth.app.metatableheatmap
  • Option to switch default DimPlot display in the cell plots tab to show the query overlayed on the reference with Azimuth.app.overlayedreference
  • Expose the dims parameter to FindTransferAnchors and TransferData as an option, Azimuth.map.ndims
  • ConvertGeneNames function to convert human/mouse, ensemble gene names. Location of conversion table file given by Azimuth.app.homologs.
  • Option to have multiple demo buttons. This can be configured via the Azimuth.app.demodatasets option.

Added

Changes

  • Fix to prevent error when no demo dataset is provided
  • Bug fixes in template analysis script generation
  • Fix neighbor graph used for clustering in ClusterPreservationScore()

Changes

  • Loading query datasets now filters out cells with zero counts and features with zero counts.