vascr_median_well: Calculate the median well in a set of wells

View source: R/mathematical_helpers.R

vascr_median_wellR Documentation

Calculate the median well in a set of wells

Description

This function finds the well that is the median of a set. This will be the most spacially central well on a plate. Using median eliminates the risk of well locations clashing, as the returned well will always be one of the set input. This also eliminates the noise associated with single replicates that need to be moved to the edge of a plate for technical reasons, however it will also mask that this movement has happened.

Usage

vascr_median_well(wells)

Arguments

wells

A vector of wells to find the median of

Details

Works for both vertical, horrosontal and diffuse well configurations

Value

The name of the median well

Examples

#vascr_median_well (c("A1", "B2", "C3"))
#vascr_median_well(c("A1", "NA", "NA", "NA"))

JamesHucklesby/vascr documentation built on April 30, 2024, 8:33 a.m.