https://github.com/satijalab/seurat
Raw File
Tip revision: 288f5c0467a464bbb5428e726b231158bcd658a1 authored by Paul Hoffman on 16 December 2021, 16:18:24 UTC
Update CRAN comments
Tip revision: 288f5c0
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