-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
51 lines (51 loc) · 1.29 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
Package: patchclampplotteR
Type: Package
Title: Plot and Analyze Raw Patch Clamp Electrophysiology Data
Version: 0.1.0
Authors@R: person("Christelinda", "Laureijs",
email = "cslaureijs@gmail.com",
role = c("aut", "cre"),
comment = c(ORCID = "0009-0006-0361-9396"))
Description: Create publication-quality figures of whole-cell patch clamp
electrophysiology data. You can plot evoked and spontaneous current amplitude
over time, mean evoked/spontaneous data summarized by sex,
variance analysis plots, and much more.
License: GPL (>= 3)
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.2
Roxygen: list(markdown = TRUE)
Depends:
R (>= 2.10)
Imports:
abftools (>= 0.9.9),
dataui (>= 0.0.1),
dplyr,
ggforce,
ggplot2,
ggsignif,
ggtext,
here,
lazyWeave,
magrittr,
png,
reactable,
reactablefmtr,
rlang,
rstatix,
stringr,
tibble,
tidyr,
utils
Suggests:
knitr,
rmarkdown,
testthat (>= 3.0.0)
Config/testthat/edition: 3
URL: https://github.com/christelinda-laureijs/patchclampplotteR, https://christelinda-laureijs.github.io/patchclampplotteR/
BugReports: https://github.com/christelinda-laureijs/patchclampplotteR/issues
Remotes:
Crystal-YWu/abftools,
timelyportfolio/dataui
VignetteBuilder: knitr
Language: en-CA