You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Changes:
Update subset.Seurat to call droplevels on the input's cell-level meta.data slot; update subset.Assay to call droplevels on the input's feature-level meta.features slot; update subset.StdAssay to call droplevels on the input's feature-level meta.data slot (#251)
Update UpdateSeuratObject to call droplevels on the input's cell-level meta.data slot (@samuel-marsh, #247)
Drop Seurat from Enhances; update .IsFutureSeurat to avoid calling requireNamespace('Seurat', ...) (#250)
Update the VariableFeatures.StdAssay setter to apply a speedup (#240)