interpolatePlateData: Interpolate Plate Data

Description Usage Arguments Author(s)

View source: R/platereader.R

Description

interpolate one dataset to common points of another data set. This is used to change the x-axis of a data set, e.g., the measured OD values can become the new x-axis and all fluorescence values will be interpolated to common OD vlues, using the R base function spline, the same way as in interpolatePlateTimes.

Usage

1
interpolatePlateData(data, xid, yids, n, xout)

Arguments

data

the list of measurement data as provided by readPlateData

xid

ID of the data set which should serve as the new x-axis all data will be interpolated to equi-spaced points along the range of measured values

yids

restrict interpolation to these data IDs

n

specify the number of interpolation points, if missing the original number of rows will be used

xout

specify the interpolation points directly

Author(s)

Rainer Machne raim@tbi.univie.ac.at


raim/platexpress documentation built on Jan. 18, 2022, 1:41 p.m.