https://github.com/satijalab/seurat
Raw File
Tip revision: f1b2593ea72f2e6d6b16470dc7b9e9b645179923 authored by Paul Hoffman on 14 January 2022, 18:54:41 UTC
Merge pull request #5502 from satijalab/develop
Tip revision: f1b2593
cc.genes.Rd
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/data.R
\docType{data}
\name{cc.genes}
\alias{cc.genes}
\title{Cell cycle genes}
\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{https://www.science.org/doi/abs/10.1126/science.aad0501}
}
\usage{
cc.genes
}
\description{
A list of genes used in cell-cycle regression
}
\concept{data}
\keyword{datasets}
back to top