-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
39 lines (39 loc) · 1.27 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
Package: fpcountr
Title: Fluorescent Protein Calibration For Plate Readers
Version: 0.2.0
Authors@R:
person(given = "Eszter",
family = "Csibra",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-4759-5921"))
Description: Calibrate microplate readers using fluorescent protein calibrants to allow quantification in molecular units. Functions in this package allow for the quantification of fluorescent proteins using any of three different quantification methods, as well as the comparison of protein concentrations with fluorescence intensity readings to obtain 'conversion factors'. These can then be used to convert fluorescence readings from microbiological growth and gene expression assays from 'arbitrary units' into 'molecules per cell'.
License: GPL (>= 3) + file LICENSE
URL: https://ec363.github.io/fpcountr/, https://github.com/ec363/fpcountr
Language: en-GB
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
VignetteBuilder: knitr
Depends:
R (>= 2.10)
Imports:
broom,
dplyr,
ggplot2,
jsonlite,
mgcv,
purrr,
rlang,
scales,
stats,
tibble,
tidyr,
tidyselect,
utils,
viridis
Suggests:
gt,
knitr,
rmarkdown