Releases: satijalab/seurat
Releases · satijalab/seurat
Version 4.4.0
Added
- Added parallelization support with speed improvements for
PrepSCTFindMarkers - Fix bug in
LoadNanostring(#7566)
Changes
- Fix bug in
as.Seurat.SingleCellExperiment()(#6692) - Support for Visium probe information introduced in Spaceranger 2.1 (#7141)
- Add
LoadCurioSeekerto load sequencing-based spatial datasets generated using the Curio Seeker - Fix fold change calculation for assays (#7095)
- Fix
pt.sizebug when rasterization is set to true (#7379) - Fix
FoldChangeandFindMarkersto support all normalization approaches (#7115,#7110,#7095,#6976,#6654,#6701,#6773, #7107) - Fix for handling newer ParseBio formats in
ReadParseBio(#7565) - Fix for handling rasterization by default (#7842)
- Fix sce object conversion by @timoast in #6771
- Fix(Xenium): load renamed feature by @jsicherman in #6986
- keep.scale for SpatialPlot/SpatialFeaturePlot by @samuel-marsh in #6905
- spaceranger 2.1 update by @stephenwilliams22 in #7141
- update ReadParseBio to be compatible with latest split-pipe v1.1.0 by @epapalexi in #7565
- Correct lost gene expression column when loading NanoString CosMx data by @mtgregory in #7566
New Contributors
- @jsicherman made their first contribution in #6986
- @mtgregory made their first contribution in #7566
Full Changelog: v4.3.0...v4.4.0
Version 4.3.0
Added
- Add support for imaging-based spatial datasets
Changes
- Fix bug in
FindMarkers()when run post Integration/Transfer (#6856)
Version 4.2.0
Changes
- Fix legend color in
DoHeatmap()(#5783) - Fix bug in
ScaleData()when regressing out one gene (#5970) - Fix name pulling in
PlotPerturbScore()(#6081) - Support spaceranger 2.0 (#6208)
- Fix bug in
SpatialDimPlot()when usinggroup.by(#6179) - Add
add.noiseparameter inVlnPlot()
(#5756) - Fix uwot model backwards compatibility (#6345)
- Allow
pseudocount.usein differential expression functions to be set at theAssaylevel
Version 4.1.1
Changes
- Fix
giveCsparserelated warnings inRead10X_h5 - Fix ident labeling for
SpatialPlot(#5774) - Fix
ReadMtxon Windows (#5687) - Fix
VlnPlotto switch on rasterization only when required (#5846) - Fix
ncolbehavior inSpatialPlot(#5774) - Set
jitterto FALSE inFeatureScatter(#5876) - Update
Cellsmethods to new signature (x, ...) - Replace use of
default.stringsAsFactors()withgetOption("stringsAsFactors")
Version 4.1.0
Changes
- Update
ReadParseBioto support split-pipe 0.9.6p (#5446) - Fixes for MAST differential expression (#5441)
- Fix scaling options when using
split.byinFeaturePlot()(#5243)
Additions
- Add
raster.dpiparameter toDimPlot/FeaturePlotto optionally rasterize individual points (#5392) - Add support for sctransform v2, differential expression on with SCT
Version 4.0.6
Changes
- Add
rasterparameter toVlnPlotto optionally rasterize individual points (#5076) - Add
min.cells.groupparameter toFindConservedMarkers(#5079) - Set
do.centerto FALSE forlsiprojectinFindTransferAnchors - Fix error message in
ReadMtx()(#5158) - Add
label.colorparameter toFeaturePlot(#5314) - Fix issues in
ProjectUMAP(#5257, #5104, #5373)
Additions
- Implement supervised LSI
Version 4.0.5
Version 4.0.4
Changes
- Warn and continue rather than erroring if not all features are available in
FindSpatiallyVariableFeatures()(#4611) - Bug fix for SCT-based integration in selecting proper reference model (#4355)
- Bug fix for reading from absolute paths in ReadMtx (#4723)
- Bug fix in SingleCellExperiment conversion (#4633)
- Bug fix in
FindVariableFeatures()when usingselection.method = "mvp"andbinning.method = "equal_frequency"(#4712) - Bug fix in
DoHeatmap()to remove random characters from plot legend(#4660) - Fix cell renaming in
RunCCA() - Fix issue in SingleCellExperiment conversion where the mainExp would not be set properly
- Fix for default dispersion info displayed in
VariableFeaturePlot()
Additions
- Add
reductionparameter toBuildClusterTree()(#4598) - Add DensMAP option to
RunUMAP()(#4630) - Add
imageparameter toLoad10X_Spatial()andimage.nameparameter toRead10X_Image()(#4641) - Add
ReadSTARsolo()function to read output from STARsolo - Add
densifyparameter toFindMarkers() - Add
ReadParsebio()function to read output from Parse Biosciences - Add the
image.alphaparameter toSpatialDimPlot()andSpatialFeaturePlot()
Version 4.0.3
Changes
- Fix issues with
as.SingleCellExperiment.Seurat()for the latest verion of SingleCellExperiment (#4532) - Ensure proper reference.reduction is used in
MapQuery() - Fix to
UpdateSymbolList(), no longer searches aliases and exposes thesearch.typesparameter inGeneSymbolThesarus()(#4545) - Transfer
scale.dataslot as well when converting withas.SingleCellExperiment.Seurat() - Enable
alphaparameter forSpatialDimPlot() - Fix
as.SingleCellExperiment.Seurat()conversion for atypicalreducedDimcomponents
Additions
- Add
jitterparameter toFeatureScatter()
Version 4.0.2
Changes
- Preserve feature metadata when converting from
SingleCellExperimenttoSeuratObjectclass
(#4205) - Preserve multiple assays when converting from
SingleCellExperimenttoSeuratObjectclass
(#3764) - Fix passing of
score.threshparameter inScoreJackStraw()(#4268) - Fix FC calculation in
FindMarkers()non-log transformed data. - Add umap-learn version >= 0.5.0 compatibility for
RunUMAP() - Fix
DotPlotto uselog1pwhenscale=False
(#4298) - Fix split and shuffled
DimPlot - Disallow NULL or another length 0 vector for
ident.1inFindMarkers() - Fix range shift when labeling clusters on a GeomSpatial plot
- Fix SpatialPlot distortion for non-square images.
- Fix future-related warnings in
FindIntegrationAnchors() - Fix
fc.nameparameter inFindMarkers()(#4474) - Deprecate
group.byparameter inPlotPerturbScore()in favor ofmixscape.class.
Additions
- New
AddAzimuthScores()andAddAzimuthResults()functions - Add
shuffleparameter toFeatureScatter()(#4280) - Add
lsiprojectandrpcaoptions forFindTransferAnchors() - Add
rlsioption forFindIntegrationAnchors()