getWellIdsTecan {cellGrowth}R Documentation

Get aliases for wells

Description

The aliases are generated by extracting the information from parsed data of the file generated by the tecan machine. See readYeastGrower and readGenios.

Usage

  getWellIdsTecan(data)

Arguments

data

parsed data of the file. See readYeastGrower and readGenios

Value

vector containing the aliases

Author(s)

Julien Gagneur, Andreas Neudecker

Examples

data <- readYeastGrower( system.file("extdata", "Plate1_YPFruc.txt", package="cellGrowth"))
ids <- getWellIdsTecan(data)

[Package cellGrowth version 1.28.0 Index]