-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
54 lines (54 loc) · 1.41 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
Package: crisprShiny
Title: Exploring curated CRISPR gRNAs via Shiny
Version: 0.99.12
Date: 2024-01-31
Authors@R: c(
person("Jean-Philippe", "Fortin", email = "[email protected]", role = c("aut", "cre")),
person("Luke", "Hoberecht", email = "[email protected]", role = c("aut"))
)
Description: Provides means to interactively visualize guide RNAs (gRNAs)
in GuideSet objects via Shiny application. This GUI can be self-contained
or as a module within a larger Shiny app. The content of the app reflects
the annotations present in the passed GuideSet object, and includes
intuitive tools to examine, filter, and export gRNAs, thereby
making gRNA design more user-friendly.
Depends:
R (>= 4.4.0),
shiny
Imports:
BiocGenerics,
Biostrings,
BSgenome,
crisprBase,
crisprDesign,
crisprScore,
crisprViz,
DT,
GenomeInfoDb,
htmlwidgets,
methods,
S4Vectors,
shinyBS,
shinyjs,
utils,
waiter
Suggests:
BiocStyle,
knitr,
rmarkdown,
shinyFeedback,
testthat (>= 3.0.0),
BSgenome.Hsapiens.UCSC.hg38
biocViews:
CRISPR,
FunctionalGenomics,
GeneTarget,
GUI
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.0
VignetteBuilder: knitr
BugReports: https://github.com/crisprVerse/crisprShiny/issues
URL: https://github.com/crisprVerse/crisprShiny
Config/testthat/edition: 3