% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/lute_conversions.R
\name{eset_to_sce}
\alias{eset_to_sce}
\title{eset_to_sce
Convert ExpressionSet to SingleCellExperiment.}
\usage{
eset_to_sce(expressionSet, assayName = "counts")
}
\arguments{
\item{expressionSet}{Object of type ExpressionSet (see \code{?ExpressionSet}).}

\item{assayName}{Name of new assay in new SingleCellExperiment object.}
}
\value{
ExpressionSet.
}
\description{
eset_to_sce
Convert ExpressionSet to SingleCellExperiment.
}
\examples{
expressionSet <- getDeconvolutionExampleDataBisque()$singleCellExpressionSet
eset_to_sce(expressionSet)

}