CRAN
qfa 0.0-10
Tools for modelling the growth dynamics of arrays of large numbers of colonies and performing quantitative fitness analysis (QFA).
Released Jun 21, 2013 by Conor Lawless
Dependencies
Quantitative Fitness Analysis (QFA) is a complementary series of experimental and computational methods for estimating the fitness of thousands of microbial cultures in parallel. QFA is suitable for focussed, high-quality studies of the effect of genetic mutations or drug interventions on growth in model microbial organisms such as brewer's yeast. Culture growth is observed by time-lapse photography of solid agar plates inoculated with cultures in rectangular arrays. Growth curves are constructed by analysing image series using Colonyzer image analysis software (http://research.ncl.ac.uk/colonyzer) which converts images to arrays of cell density estimates. This R package is for a) fitting the generalised logistic model to potentially thousands of parallel growth curves, b) using inferred parameter values to calculate fitnesses for each culture and c) comparing fitnesses between QFA experiments with different genetic backgrounds or treatments to deduce interaction strengths. This package facilitates quantifying the fitness of thousands of independent microbial strains and tracking them throughout growth curve experiments. With appropriately designed experiments, qfa can also estimate genetic interaction strengths and produce epistasis plots.
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>qfa</artifactId> <version>0.0-10-b38</version> </dependency> </dependencies> <repositories> <repository> <id>bedatadriven</id> <name>bedatadriven public repo</name> <url>https://nexus.bedatadriven.com/content/groups/public/</url> </repository> </repositories>
Renjin CLI
If you're using Renjin from the command line, you load this library by invoking:
library('org.renjin.cran:qfa')
Test Results
This package was last tested against Renjin 0.9.2644 on Jun 2, 2018.