Skip to contents

Volcano differential expression state plot

Usage

volcano_de_state_plot(
  fc,
  pval,
  link_column,
  condition_column,
  state_column,
  score = NULL,
  pvalue = NULL
)

Arguments

fc

vector of foldchanges from condition 1 and 2

pval

vector of adjusted p-values from condition 1 and 2

gene names

condition_column

vector of condition status of the rows

state_column

Differential expression states from the dissimilarity_correlation function

score

score to include as annotation for the plot

pvalue

pvalue to include as annotation for the plot

Value

generates a figure

Examples

# Internal function