-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
30 lines (30 loc) · 901 Bytes
/
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
Type: Package
Title: Normalise IC50s plates, and in mapping mode, find and normalise using a plate map with strict structure.
Package: NormaliseForIC50
Version: 2.2.0
Authors@R: c(
person("Mark", "Cheng", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-4323-5574")),
person("Kate", "Chiang", role = "ctb")
)
Description: Take in Promega read files, process them into dataframes, normalises them, and then return a collated excel sheet of NORMALISED data, ready to be fed directly into PRISM.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Imports:
dplyr,
readxl,
openxlsx,
magrittr,
tidyr,
glue,
here,
ggpubr
Suggests:
knitr,
rmarkdown,
testthat (>= 3.0.0)
VignetteBuilder: knitr
URL: https://tkmarkcheng.github.io/NormaliseForIC50/
Config/testthat/edition: 3