https://github.com/satijalab/seurat
Raw File
Tip revision: 72a0c7b61adcf1d6630db9e952bf8b0d4f979295 authored by Paul Hoffman on 16 July 2020, 04:37:54 UTC
Merge pull request #3268 from satijalab/develop
Tip revision: 72a0c7b
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{http://science.sciencemag.org/content/352/6282/189}
}
\usage{
cc.genes
}
\description{
A list of genes used in cell-cycle regression
}
\keyword{datasets}
back to top