-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathDESCRIPTION
24 lines (24 loc) · 1.4 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
Package: diskImageR
Title: A Pipeline to Analyze Resistance and Tolerance from Drug Disk
Diffusion Assays
Version: 1.1.0
Authors@R: c(
person("Aleeza", "Gerstein", email="aleeza.gerstein@umanitoba.ca", role=c("aut", "cre")),
person("Sonja", "Friesen", email="fries382@myumanitoba.ca", role=c("aut")),
person("Nazli", "Tahmasebi", email="tahmasef@myumanitoba.ca", role=c("aut")),
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").
Depends: R (>= 3.0.3)
SystemRequirements: ImageJ (all OS), Xcode (Mac)
License: GPL-3
Imports: zoo, subplex, tcltk, methods
Suggests: knitr
RoxygenNote: 7.2.3
Encoding: UTF-8
NeedsCompilation: no
Packaged: 2023-09-15 16:34:05 UTC; acgerstein
Author: Aleeza Gerstein [aut, cre],
Sonja Friesen [aut],
Nazli Tahmasebi [aut],
Inbal Hecht [ctb]
Maintainer: Aleeza Gerstein <aleeza.gerstein@umanitoba.ca>