Skip to contents

Get the list of aesthetics for each data types in the plot.

Usage

.get_plot_aes(aes_types, colour_genes_by_score, custom_aes)

Arguments

aes_types

Character vector of data types (one per dataset to plot), should be computed with .get_aes_type().

colour_genes_by_score

Logical, whether to colour the genes by score (TRUE) or by log2(fold-change) (FALSE).

custom_aes

Named list of plot aesthetics for custom data types. See hidecan_aes() for information about the content of each element.

Value

Named list of plot aesthetics.