Creates a heatmap of the top differentially expressed genes using z-score scaled expression values.
Usage
plot_heatmap_de(
expr_matrix,
de_results,
n_genes = 50L,
annotation_df = NULL,
title = "Top DE Genes"
)See also
Other differential-expression:
compute_pca(),
plot_ma(),
plot_pca(),
plot_volcano(),
run_deseq2(),
run_vst(),
summarize_de_methods()