
Volcano differential expression state plot
volcano_de_state_plot.Rd
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
- link_column
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