| plotTopGeneEffectPerGroup | R Documentation | 
Plot top gene effect per group of interest
plotTopGeneEffectPerGroup(object, ...)
## S4 method for signature 'GeneEffect'
plotTopGeneEffectPerGroup(
  object,
  gene,
  group = "subtype",
  n = 10L,
  minNPerGroup = 3L
)
| object | Object. | 
| ... | Additional arguments. | 
| gene | 
 | 
| group | 
 | 
| n | 
 | 
| minNPerGroup | 
 | 
ggplot.
Updated 2021-07-07.
data(crispr)
## GeneEffect ====
object <- crispr
gene <- rownames(object)[[1L]]
group <- "subtype"
plotTopGeneEffectPerGroup(object, gene = gene, group = group)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.