detect_genes | R Documentation |
For each gene in a cell_data_set object, detect_genes counts how many cells are expressed above a minimum threshold. In addition, for each cell, detect_genes counts the number of genes above this threshold that are detectable. Results are added as columns num_cells_expressed and num_genes_expressed in the rowData and colData tables respectively.
detect_genes(cds, min_expr = 0)
cds |
Input cell_data_set object. |
min_expr |
Numeric indicating expression threshold |
Updated cell_data_set object
## Not run:
cds <- detect_genes(cds, 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.