This function visually summarises the mean specificity values outputted by query_gene_ctd, across each ctd study.

summarise_specificity_plot(filtered_specificity, fill.variable = NULL)

Arguments

filtered_specificity

A dataframe that contains the columns 'CellType', 'Specificity', and 'Study', as typically outputted by query_gene_ctd. Dataframe can contain additional columns, but must just contain aforementioned.

fill.variable

Default is NULL. Fill this with a column name within your dataframe if you wish to colour by certain groups within your table.

Value

Boxplot of mean specificity values of queried gene list across cell types in each study.