# Create mean-variance plot for bulk data
mv_plot <- plot_mean_var(example_phyex_set)
# Highlight and label specific genes in single-cell data
mv_plot_sc <- plot_mean_var(example_phyex_set_sc,
highlight_genes = example_phyex_set_sc@gene_ids[1:3])
# Color by phylostratum
mv_plot_colored <- plot_mean_var(example_phyex_set, colour_by = "strata")
Run the code above in your browser using DataLab