Description Usage Arguments Value Examples
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.
1 | detectGenes(cds, min_expr = NULL)
|
cds |
the CellDataSet upon which to perform this operation |
min_expr |
the expression threshold |
an updated CellDataSet object
1 2 3 4 | ## Not run:
HSMM <- detectGenes(HSMM, min_expr=0.1)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.