createGiottoInstructions
¶
Create instructions for giotto functions
Description¶
Function to set global instructions for giotto functions
Usage¶
createGiottoInstructions(
python_path = NULL,
show_plot = NULL,
return_plot = NULL,
save_plot = NULL,
save_dir = NULL,
plot_format = NULL,
dpi = NULL,
units = NULL,
height = NULL,
width = NULL,
is_docker = FALSE,
plot_count = 0,
fiji_path = NULL
)
Arguments¶
Argument |
Description |
---|---|
|
path to python binary to use |
|
print plot to console, default = TRUE |
|
return plot as object, default = TRUE |
|
automatically save plot, dafault = FALSE |
|
path to directory where to save plots |
|
format of plots (defaults to png) |
|
resolution for raster images |
|
units of format (defaults to in) |
|
height of plots |
|
width of plots |
|
using docker implementation of Giotto (defaults to FALSE) |
|
[global option] start count for creating automatic unique plots |
|
path to fiji executable |
Value¶
named vector with giotto instructions
Seealso¶
More online information can be found here https://rubd.github.io/Giotto_site/articles/instructions_and_plotting.html