Bool.CellsGT | R Documentation |
This function checks whether the values in a specific gene's assay data of a Seurat object are greater than a given threshold.
Bool.CellsGT(SerObj, thresh, layer = "data", assay = "RNA", gene = NULL)
SerObj |
A Seurat object. |
thresh |
A numeric threshold value. |
layer |
The layer name of the Seurat object to retrieve the data from. |
assay |
The assay name to retrieve the data from. |
gene |
The name of the gene to subset the data. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.