cell.cycle: Cell cycle phase prediction

Description Usage Arguments Value

Description

This function takes an object of class iCellR and assignes cell cycle stage for the cells.

Usage

1
2
3
4
5
6
cell.cycle(
  object = NULL,
  scoring.List = NULL,
  return.stats = FALSE,
  scoring.method = "tirosh"
)

Arguments

object

A data frame containing gene counts for cells.

scoring.List

Genes that are used as a marker for phases.

return.stats

Return the data or object. If FALSE the object would be returned.

scoring.method

Choose from "coverage" or "tirosh" for scoring method.

Value

The data frame object


iCellR documentation built on Oct. 9, 2021, 5:07 p.m.

Related to cell.cycle in iCellR...