| plotLfc | R Documentation | 
Plot log2 fold change distributions
plotLfc(object, ...)
## S4 method for signature 'FgseaList'
plotLfc(
  object,
  contrast = NULL,
  collection,
  set,
  geom = c("boxplot", "boxplot"),
  points = TRUE,
  labels = list(title = "log2 fold change", subtitle = NULL)
)
object | 
 Object.  | 
contrast | 
 
  | 
collection | 
 
  | 
set | 
 
  | 
geom | 
 
  | 
points | 
 
  | 
labels | 
 
  | 
... | 
 Additional arguments.  | 
ggplot.
Updated 2023-08-15.
data(fgsea)
## FgseaList ====
object <- fgsea
collection <- collectionNames(object)[[1L]]
set <- geneSetNames(object = object, collection = collection)[[1L]]
plotLfc(
    object = object,
    collection = collection,
    set = set
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.