README.md

This repository is the source code for the R package vngMoM which provides helper functions for analysing mother machine data obtaine with the image analysis software (deep)MoMA, as well as a template project for analysing such data (in the example subdirectory). Most of this R code rely heavily on the tidyverse libraries. Getting familiar with those first, e.g. reading R for data science, will definitely help you follow this analysis.

Installation

It should be as simple as running the following:

# install.packages('remotes') # only if devtools isn't already installed
remotes::install_github('nimwegenLab/vngMoM')

Note that to analyse data obtained from Legacy MoMA, one should use the v0.1 branch of this package:

remotes::install_github('nimwegenLab/vngMoM', "v0.1")

Usage

This repository contains an example project, which can be used as a template for new projects, and also illustrate useful features of vngMoM.

Detailed information about the usage of vngMoM is provided in the readme file of example.

Contribution

In case you're granted read-only access to https://github.com/nimwegenLab/vngMoM repository, the recommend use is the following:



vanNimwegenLab/vngMoM documentation built on May 2, 2024, 1:11 p.m.