Description Usage Arguments Value Examples
Labels cells if they express gene(s) as a condition.
1 2 3 4 | addGeneLabel(x, gene)
## S4 method for signature 'EMSet'
addGeneLabel(x, gene = c())
|
x |
EMSet |
gene |
List of gene markers |
An EMSet with the expression of the specified genes noted in colInfo
1 2 | em_set <- ascend::raw_set
em_set <- addGeneLabel(em_set, gene = c("MALAT1"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.