| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2025-10-28 | 2.5 kB | |
| Version 5.3.1 source code.tar.gz | 2025-10-28 | 3.5 MB | |
| Version 5.3.1 source code.zip | 2025-10-28 | 3.8 MB | |
| Totals: 3 Items | 7.3 MB | 0 | |
Changes
Additions
- Added option to use
cluster_leidenfromigraphwhen running Leiden clustering (#9931) - Added option to use
umap2fromuwotwhen running UMAP (#9918) - Added option to use
approx_powparameter fromuwotwhen running UMAP (#9449) - Updated
LoadXeniumto add support for Xenium protein data (#10024) - Added option to specify stroke size in
FeaturePlot(#10053) - Added
label.size.cutoffparameter toDimPlotto allow users to label only clusters above a certain size (#10092)
Fixes
- Fixed deprecated calls to Seurat functions
GetAssayDataandPackageCheck(#9924), (#10102) - Fixed errors in
RunAzimuthrelating toFindTransferAnchors(#9924) - Fixed errors in
LeverageScorerelating to handling of (variable) features (#9924) - Updated
PseudobulkExpressionto acccount for the case that a category passed togroup.byhas only one value (#10092) - Updated
VlnPlotto use assay passed to the function if specified (#10092) - Updated
FeatureScatterto allow gene names with parentheses to be plotted (#10092) - Updated
SingleRasterMapto store object metadata correctly (#10092) - Updated
FindClustersto order cluster factor levels correctly when assigning a custom cluster name (#10092) - Updated
FindConservedMarkersto remove NA values (#9917) - Updated visualization functions to avoid ggplot2
guides,aes_string, andfacet_griddeprecation warnings (#9409, #10116) - Fixed
DimPlotbug where metadata columns named 'PC_1', 'UMAP_1' etc override reduction embeddings (#10062)