crispRdesignRUI: UI caller for crispRdesignR

View source: R/crispRdesignRUI.R

crispRdesignRUIR 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()
  }

dylanbeeber/crispRdesignR documentation built on April 25, 2023, 8:46 a.m.