getBiomarker | R Documentation |
Given a list of genes and a SCtkExperiment object, return the binary or continuous expression of the genes.
getBiomarker(inSCE, gene, binary = "Binary", useAssay = "counts")
inSCE |
Input SCtkExperiment object. Required |
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
getBiomarker(mouseBrainSubsetSCE, gene="C1qa")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.