Description Usage Arguments Value Author(s) Examples
View source: R/crispRdesignRUI.R
Activates the shiny UI for the crispRdesignR package
1 | crispRdesignRUI(max_gtf_size = 150)
|
max_gtf_size |
The maximum size (in MB) of the geneome annotation file (.gtf) that can be used with the shiny App. By default this is set to 150. |
No return value, called to initiate user interface.
Dylan Beeber
1 2 3 4 5 | requireNamespace("gbm", quietly = TRUE)
requireNamespace("Biostrings", quietly = TRUE)
if (interactive()) {
crispRdesignRUI()
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.