Learn R Programming

monocle (version 1.6.2)

detectGenes: Sets the global expression detection threshold to be used with this CellDataSet. Counts how many cells each feature in a CellDataSet object that are detectably expressed above a minimum threshold. Also counts the number of genes above this threshold are detectable in each cell.

Description

Sets the global expression detection threshold to be used with this CellDataSet. Counts how many cells each feature in a CellDataSet object that are detectably expressed above a minimum threshold. Also counts the number of genes above this threshold are detectable in each cell.

Usage

detectGenes(cds, min_expr = NULL)

Arguments

cds
the CellDataSet upon which to perform this operation
min_expr
the expression threshold

Value

  • an updated CellDataSet object

Examples

Run this code
data(HSMM)
HSMM <- detectGenes(HSMM, min_expr=0.1)

Run the code above in your browser using DataLab