plotTopGeneEffectPerCell | R Documentation |
Plot top gene effect (dependencies) per cell
plotTopGeneEffectPerCell(object, ...)
## S4 method for signature 'GeneEffect'
plotTopGeneEffectPerCell(object, cells, n = 5L)
object |
Object. |
... |
Additional arguments. |
cells |
|
n |
|
ggplot
.
Updated 2021-07-07.
data(crispr)
## GeneEffect ====
object <- crispr
cells <- head(colnames(object), n = 6L)
plotTopGeneEffectPerCell(object, cells = cells, n = 5L)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.