forked from acgerstein/diskImageR
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
18 lines (18 loc) · 1.11 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Package: diskImageR
Title: A Pipeline to Analyze Resistance and Tolerance from Drug Disk Diffusion Assays
Version: 1.0.0
Authors@R: c(
person("Aleeza", "Gerstein", email="gerst035@umn.edu", role=c("aut", "cre")),
person("Inbal", "Hecht", email="inbal.hecht@gmail.com", role="ctb"))
Description: A pipeline to analyze photographs of drug disk diffusion plates. This removes the need to analyze the plates themselves, and thus analysis can be done separate from the assay. Furthermore, diskImageR removes potential researcher bias, by quantitative assessment of drug resistance as the zone diameter at multiple cutoff values of growth inhibition. This method also extends the disk diffusion assay by measuring drug tolerance (in addition to drug resistance) as the fraction of the subpopulation that is able to grow above the resistance point ("FoG"), and drug sensitivity as the rate of change from no growth to full growth ("slope").
Depends: R (>= 3.0.3)
SystemRequirements: ImageJ (all OS), Xcode (Mac)
License: GPL-3
LazyData: true
Imports: zoo,
subplex,
tcltk,
methods
Suggests: knitr
RoxygenNote: 6.1.1
Encoding: UTF-8