scVolcanoPlot: Function to create volcanoplot from Seurat scRNAseq...

View source: R/scVolcanoPlot.R

scVolcanoPlotR Documentation

Function to create volcanoplot from Seurat scRNAseq differential expression data

Description

Function to create volcanoplot from Seurat scRNAseq differential expression data

Usage

scVolcanoPlot(
  dex_df,
  fc_cutoff = 2,
  presto_de = FALSE,
  title = NULL,
  subtitle = NULL,
  caption = NULL
)

Arguments

dex_df

Dataframe of differential expression data

fc_cutoff

Fold change cutoff for plotting

presto_de

Logical value to determine if the dataframe is from presto

title

Title of the plot

subtitle

Subtitle of the plot

caption

Caption of the plot

Value

A volcanoplot of the differential expression data

Examples

## Not run: 
scVolcanoPlot(DEWilcox)

## End(Not run)


odavalos/scGrabBag documentation built on Jan. 15, 2025, 11:45 p.m.