-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
70 lines (70 loc) · 1.73 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
Package: CRISPRball
Title: Shiny Application for Interactive CRISPR Screen Visualization, Exploration, Comparison, and Filtering
Version: 1.3.2
Authors@R:
c(person(given = "Jared",
family = "Andrews",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-0780-6248")),
person(given = "Jacob",
family = "Steele",
role = "ctb",
comment = c(ORCID = "0000-0001-9924-2226")))
Description: A Shiny application for visualization, exploration, comparison,
and filtering of CRISPR screens analyzed with MAGeCK RRA or MLE. Features
include interactive plots with on-click labeling, full customization of plot aesthetics,
data upload and/or download, and much more. Quickly and easily explore your CRISPR screen
results and generate publication-quality figures in seconds.
License: MIT + file LICENSE
URL: https://github.com/j-andrews7/CRISPRball
BugReports: https://support.bioconductor.org/
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
biocViews:
Software,
ShinyApps,
CRISPR,
QualityControl,
Visualization,
GUI
Imports:
DT,
shiny,
grid,
ComplexHeatmap,
InteractiveComplexHeatmap,
graphics,
stats,
ggplot2,
plotly,
shinyWidgets,
shinycssloaders,
shinyjqui,
dittoSeq,
matrixStats,
colourpicker,
shinyjs,
circlize,
PCAtools,
utils,
grDevices,
htmlwidgets,
methods
Suggests:
BiocStyle,
msigdbr,
depmap,
pool,
RSQLite,
mygene,
testthat (>= 3.0.0),
knitr,
rmarkdown
Depends:
R (>= 4.4.0),
shinyBS
LazyData: false
Config/testthat/edition: 3
VignetteBuilder: knitr