This package contains helper functions for the Screenmill R package. Screenmill is designed to quantify colony growth experiments for Synthetic Genetic Arrays (SGA), Epistatic Mini-Array Profiling (E-MAP), Selective Ploidy Ablation (SPA), or a simple quantitative colony fitness assay. The Screenmill.grid package provides functions for the manipulation of image crop coordinates and grid placements for images that fail automatic processing.
This package can be installed from GitHub by following the instructions below.
Step 1: Install R (>= 3.3.0 recommended).
Step 2: Install R package developer tools. Why? This package contains some Rcpp code that must be compiled, so you will need a C++ compiler (e.g. GCC, or clang). For more help, checkout this guide for R's package development prerequisites.
- Mac OS X: Install Xcode developer tools (in terminal:
xcode-select --install
). - Windows: Install Rtools.
- Debian/Ubuntu: Install the build-essential package in shell with:
sudo apt-get install build-essential
Step 3 (optional): Install RStudio. Why? RStudio makes programming in R fun!
Step 4: Install Screenmill from the Github page.
Step 5: Install the package by running the following commands in R
# Install the latest version of screenmill.grid
devtools::install_github('RobertJDReid/screenmill.grid')