Launch the Cerebro v1.3 Shiny application.
launchCerebroV1.3( mode = "open", maxFileSize = 800, crb_file_to_load = NULL, welcome_message = NULL, projections_default_point_size = 5, projections_default_point_opacity = 1, projections_default_percentage_cells_to_show = 100, projections_show_hover_info = TRUE, ... )
mode | Cerebro can be ran in |
---|---|
maxFileSize | Maximum size of input file; defaults to |
crb_file_to_load | Path to |
welcome_message |
|
projections_default_point_size | Default point size in projections. This value can be changed in the UI; defaults to 5. |
projections_default_point_opacity | Default point opacity in projections. This value can be changed in the UI; defaults to 1.0. |
projections_default_percentage_cells_to_show | Default percentage of cells to show in projections. This value can be changed in the UI; defaults to 100. |
projections_show_hover_info | Show hover infos in projections. This |
... | Further parameters that are used by |
Shiny application.