Description Usage Arguments Value Examples
View source: R/launchCerebroV1.3.R
Launch the Cerebro v1.3 Shiny application.
1 2 3 4 5 6 7 8 9 10 11 |
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.
1 2 3 4 5 6 | if ( interactive() ) {
launchCerebroV1.3(
mode = "open",
maxFileSize = 800
)
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.