This function takes an object of class iCellR and assignes cell cycle stage for the cells.
cell.cycle(
object = NULL,
scoring.List = NULL,
return.stats = FALSE,
scoring.method = "tirosh"
)
The data frame object
A data frame containing gene counts for cells.
Genes that are used as a marker for phases.
Return the data or object. If FALSE the object would be returned.
Choose from "coverage" or "tirosh" for scoring method.