A list of genes used in cell-cycle regression, updated with 2019 symbols

cc.genes.updated.2019

Format

A list of two vectors

s.genes

Genes associated with S-phase

g2m.genes

Genes associated with G2M-phase

Updated symbols

The following symbols were updated from cc.genes

s.genes

  • MCM2: MCM7

  • MLF1IP: CENPU

  • RPA2: POLR1B

  • BRIP1: MRPL36

g2m.genes

  • FAM64A: PIMREG

  • HN1: JPT1

See also

Examples

if (FALSE) {
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)
}