Description Usage Arguments Value Examples
Given a list of genes and a SingleCellExperiment object, return the binary or continuous expression of the genes.
1 | getBiomarker(inSCE, gene, binary = "Binary", useAssay = "counts")
|
inSCE |
Input SingleCellExperiment object. |
gene |
gene list |
binary |
"Binary" for binary expression or "Continuous" for a gradient. Default: "Binary" |
useAssay |
Indicate which assay to use. The default is "counts". |
getBiomarker(): A data.frame of expression values
1 | getBiomarker(mouseBrainSubsetSCE, gene="C1qa")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.