This function takes an object of class iCellR and genes and provides a heatmap.
bubble.gg.plot(
x = NULL,
gene = "NULL",
data.type = "main",
conds.to.plot = NULL,
min.scale = -2.5,
max.scale = 2.5,
interactive = TRUE,
colour = "Expression",
size = "Percent.Expressed",
out.name = "plot",
heat.colors = c("blue", "red")
)
An object of class iCellR
A data frame containing gene counts for cells.
A set of gene names to be heatmapped.
Choose from "main", "atac", atac.imputed and "imputed", default = "main".
Choose the conditions you want to see in the plot, default = NULL (all conditions).
Set a minimum color scale, default = -2.5.
Set a maximum color scale, default = 2.5.
If TRUE an html interactive file will be made, default = TRUE.
Set color to "Percent.Expressed", or "Expression", , default = "Expression".
Set size to "Percent.Expressed", or "Expression", , default = "Percent.Expressed".
Output name for html file if interactive = TRUE, default = "plot".
Colors for heatmap, default = c("blue" ,"white", "red").