This is a function to make a heatmap of posterior probability for a set of feature-SNP pairs.

make_heatmap(input)

Arguments

input

A matrix containing posterior probability. Rows and columns must represent feature-SNP pairs and model categories, respectively.

Value

A ggplot2 object.