middle_neighbors: Neighbors adjoining the colony index from middle of the plate

Description Usage Arguments Value Examples

Description

Neighbors adjoining the colony index from middle of the plate

Usage

1
middle_neighbors(plateformat, n)

Arguments

plateformat

An integer which can be one of 96 or 384 or 1536

n

A colony index from the middle of the plate. If n is not from the middle of the plate, an exception is thrown.

Value

numeric vector of colony indices that are neighbors adjoining the selected colony n

Examples

1
2
3
4
5
plateformat <- 1536
all_indices <- 1:plateformat
middle_colony_indices <- all_indices[-(not_middle_indices(plateformat))]
middle_colony <- middle_colony_indices[1]
middle_neighbors(plateformat, middle_colony)

sathishsrinivasank/pinerrordetector documentation built on May 7, 2019, 2:55 a.m.