crispRdesignRUI {crispRdesignR} | R Documentation |
UI caller for crispRdesignR
Description
Activates the shiny UI for the crispRdesignR package
Usage
crispRdesignRUI(max_gtf_size = 150)
Arguments
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. |
Value
No return value, called to initiate user interface.
Author(s)
Dylan Beeber
Examples
requireNamespace("gbm", quietly = TRUE)
requireNamespace("Biostrings", quietly = TRUE)
if (interactive()) {
crispRdesignRUI()
}
[Package crispRdesignR version 1.1.7 Index]