https://github.com/satijalab/seurat
Raw File
Tip revision: 41d19a8a55350bff444340d6ae7d7e03417d4173 authored by Gesmira on 20 November 2023, 15:50:22 UTC
Merge remote-tracking branch 'private/release/5.0.1'
Tip revision: 41d19a8
UpdateSCTAssays.Rd
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/objects.R
\name{UpdateSCTAssays}
\alias{UpdateSCTAssays}
\title{Update pre-V4 Assays generated with SCTransform in the Seurat to the new
SCTAssay class}
\usage{
UpdateSCTAssays(object)
}
\arguments{
\item{object}{A Seurat object}
}
\value{
A Seurat object with updated SCTAssays
}
\description{
Update pre-V4 Assays generated with SCTransform in the Seurat to the new
SCTAssay class
}
\concept{objects}
back to top