- Azimuth ATAC
- Functionality added to
RunAzimuth()
(vignette here), toAzimuthApp
, and to the Azimuth Website to support sc/snATAC-seq queries.
- Functionality added to
- Compatibility with Seurat v5
- Compatibility fix for uwot >=v0.1.13 due to changes in UMAP model parameters
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.
- Options to set default filtering thresholds (e.g.
Azimuth.app.ncount_max
)
LoadH5AD()
now supports H5AD files containing CSC matrices at X or X/raw. Previously only CSR matrices were readable.
- Bug fix for cell renaming when interactively subsetting
- Bug fix for references created with fewer than 50 dimensions
- 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
- Ability to download all Azimuth results on Downloads tab
- Option to have
meta.data
in reference that will display on hover but not be transferable viaAzimuth.app.metadata_notransfer
- Option to display
meta.data
table in heatmap form withAzimuth.app.metatableheatmap
- Option to switch default
DimPlot
display in the cell plots tab to show the query overlayed on the reference withAzimuth.app.overlayedreference
- Expose the
dims
parameter toFindTransferAnchors
andTransferData
as an option,Azimuth.map.ndims
ConvertGeneNames
function to convert human/mouse, ensemble gene names. Location of conversion table file given byAzimuth.app.homologs
.- Option to have multiple demo buttons. This can be configured via the
Azimuth.app.demodatasets
option.
LoadFileInput()
andLoadReference()
are now exported functions
- 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()
- Loading query datasets now filters out cells with zero counts and features with zero counts.