Plot Deconvolution results
plot_deconvolution(
deconvolutions,
plot_method = "bar",
facet = "method",
palette = "Spectral"
)
ggplot rendered by plotly for interactivity
data("single_cell_data_1")
data("cell_type_annotations_1")
data("batch_ids_1")
data("bulk")
deconvolution <- omnideconv::deconvolute(
bulk, NULL, "bisque",
single_cell_data_1,
cell_type_annotations_1,
batch_ids_1
)
deconvolution <- list(deconvolution)
names(deconvolution) <- "bisque"
omnideconv::plot_deconvolution(deconvolution, "bar", "method", "Spectral")
#> Warning: Ignoring unknown aesthetics: text