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
as.SingleCellExperiment.Rd
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/generics.R, R/objects.R
\name{as.SingleCellExperiment}
\alias{as.SingleCellExperiment}
\alias{as.SingleCellExperiment.Seurat}
\title{Convert objects to SingleCellExperiment objects}
\usage{
as.SingleCellExperiment(x, ...)

\method{as.SingleCellExperiment}{Seurat}(x, assay = NULL, ...)
}
\arguments{
\item{x}{An object to convert to class \code{SingleCellExperiment}}

\item{...}{Arguments passed to other methods}

\item{assay}{Assays to convert}
}
\description{
Convert objects to SingleCellExperiment objects
}
\concept{objects}
back to top