forked from daattali/ddpcr
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
40 lines (40 loc) · 1.13 KB
/
DESCRIPTION
File metadata and controls
40 lines (40 loc) · 1.13 KB
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
Package: ddpcr
Title: Analysis and Visualization of Droplet Digital PCR in R and on the Web
Version: 1.11
Authors@R: c(
person("Dean", "Attali", email = "daattali@gmail.com", role = c("aut", "cre"))
)
Description: An interface to explore, analyze, and visualize droplet digital PCR
(ddPCR) data in R. This is the first non-proprietary software for analyzing
two-channel ddPCR data. An interactive tool was also created and is available
online to facilitate this analysis for anyone who is not comfortable with
using R.
URL: https://github.com/daattali/ddpcr
BugReports: https://github.com/daattali/ddpcr/issues
Depends:
R (>= 3.1.0)
Imports:
DT (>= 0.2),
dplyr (>= 0.5.0),
ggplot2 (>= 2.2.0),
lazyeval (>= 0.1.10),
magrittr (>= 1.5),
mixtools (>= 1.0.2),
plyr (>= 1.8.1),
readr (>= 0.1.0),
shiny (>= 0.11.0),
shinyjs (>= 0.4.0)
Suggests:
ggExtra (>= 0.3.0),
graphics,
grid (>= 3.2.2),
gridExtra (>= 2.0.0),
knitr (>= 1.7),
rmarkdown,
stats,
testthat (>= 0.11.0),
utils
License: MIT + file LICENSE
LazyData: true
VignetteBuilder: knitr
RoxygenNote: 6.1.1