https://github.com/satijalab/seurat
Raw File
Tip revision: ff03fdf21f1b8fea9ee247d0fd83df5811507027 authored by AustinHartman on 05 December 2022, 22:48:27 UTC
Merge branch 'master' into release/4.3.0
Tip revision: ff03fdf
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