https://github.com/satijalab/seurat
Raw File
Tip revision: f1b2593ea72f2e6d6b16470dc7b9e9b645179923 authored by Paul Hoffman on 14 January 2022, 18:54:41 UTC
Merge pull request #5502 from satijalab/develop
Tip revision: f1b2593
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