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
L2Dim.Rd
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/dimensional_reduction.R
\name{L2Dim}
\alias{L2Dim}
\title{L2-normalization}
\usage{
L2Dim(object, reduction, new.dr = NULL, new.key = NULL)
}
\arguments{
\item{object}{Seurat object}

\item{reduction}{Dimensional reduction to normalize}

\item{new.dr}{name of new dimensional reduction to store
(default is olddr.l2)}

\item{new.key}{name of key for new dimensional reduction}
}
\value{
Returns a \code{\link{Seurat}} object
}
\description{
Perform l2 normalization on given dimensional reduction
}
\concept{dimensional_reduction}
back to top