https://github.com/satijalab/seurat
Raw File
Tip revision: 87e2454817ed1d5d5aa2e9c949b9231f2231802f authored by Paul Hoffman on 11 February 2020, 21:52:16 UTC
Merge pull request #2605 from satijalab/develop
Tip revision: 87e2454
cc.genes.updated.2019.Rd
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/data.R
\docType{data}
\name{cc.genes.updated.2019}
\alias{cc.genes.updated.2019}
\title{Cell cycle genes: 2019 update}
\format{A list of two vectors
\describe{
  \item{s.genes}{Genes associated with S-phase}
  \item{g2m.genes}{Genes associated with G2M-phase}
}}
\source{
\url{http://science.sciencemag.org/content/352/6282/189}
}
\usage{
cc.genes.updated.2019
}
\description{
A list of genes used in cell-cycle regression, updated with 2019 symbols
}
\section{Updated symbols}{

The following symbols were updated from \code{\link{cc.genes}}
\describe{
  \item{s.genes}{
    \itemize{
      \item \emph{MCM2}: \emph{MCM7}
      \item \emph{MLF1IP}: \emph{CENPU}
      \item \emph{RPA2}: \emph{POLR1B}
      \item \emph{BRIP1}: \emph{MRPL36}
    }
  }
  \item{g2m.genes}{
    \itemize{
      \item \emph{FAM64A}: \emph{PIMREG}
      \item \emph{HN1}: \emph{JPT1}
    }
  }
}
}

\examples{
\dontrun{
cc.genes.updated.2019 <- cc.genes
cc.genes.updated.2019$s.genes <- UpdateSymbolList(symbols = cc.genes.updated.2019$s.genes)
cc.genes.updated.2019$g2m.genes <- UpdateSymbolList(symbols = cc.genes.updated.2019$g2m.genes)
}

}
\seealso{
\code{\link{cc.genes}}
}
\keyword{datasets}
back to top