plotICG
¶
plotICG
Description¶
Create barplot to visualize interaction changed genes
Usage¶
plotICG(
gobject,
cpgObject,
source_type,
source_markers,
ICG_genes,
cell_color_code = NULL,
show_plot = NA,
return_plot = NA,
save_plot = NA,
save_param = list(),
default_save_name = "plotICG"
)
Arguments¶
Argument |
Description |
---|---|
|
giotto object |
|
ICG (interaction changed gene) score object |
|
cell type of the source cell |
|
markers for the source cell type |
|
named character vector of ICG genes |
|
cell color code for the interacting cell types |
|
show plots |
|
return plotting object |
|
directly save the plot [boolean] |
|
list of saving parameters from ``all_plots_save_function` <#allplotssavefunction>`_ |
|
default save name for saving, don’t change, change save_name in save_param |
Value¶
plot