CRAN

diskImageR 1.0.0

A Pipeline to Analyze Resistance and Tolerance from Drug Disk Diffusion Assays

Released Apr 3, 2016 by Aleeza Gerstein

This package can be loaded by Renjin but no tests could be found for the package.

Dependencies

subplex 1.5-4 zoo 1.8-1

A pipeline to analyze photographs of 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").

Installation

Maven

This package can be included as a dependency from a Java or Scala project by including the following your project's pom.xml file. Read more about embedding Renjin in JVM-based projects.

<dependencies>
  <dependency>
    <groupId>org.renjin.cran</groupId>
    <artifactId>diskImageR</artifactId>
    <version>1.0.0-b25</version>
  </dependency>
</dependencies>
<repositories>
  <repository>
    <id>bedatadriven</id>
    <name>bedatadriven public repo</name>
    <url>https://nexus.bedatadriven.com/content/groups/public/</url>
  </repository>
</repositories>

View build log

Renjin CLI

If you're using Renjin from the command line, you load this library by invoking:

library('org.renjin.cran:diskImageR')

Source

R

View GitHub Mirror

Release History